Directory Tree - (by Felice Di Stefano)
(ASP and PHP support)
This behavior will create an open tree with the contents of the desired directory. Three images are included as small icons, folder.gif for directories, file.gif for files and trans.gif for spacing. You are free to change these images but you cannot change the names otherwise you will have to change the references inside the code. It is recommended you use the images all of the same size. Note that the page displaying the tree will not show on the tree.
Setting up
| Directory: | You may write a path or browse it or use the dynamic button to assign a source containing the dynamic path of directory as value. It is very recommended you start always with the root "./" to define a path otherwise some error will be returned. Therefore if we want to show the root contents we will define ./ , for instance we want to show the contents of the "images" inside the root we will define ./images and so on. Any value of dynamic sources must return the same form of path. |
| Use Links: | Selecting this a regular link will be applied to files. |
| Use Parameters: | This will be used by the included object Web File Manager since you don't know what it is. Instead of links will be applied parameters which will work exclusively with the functions applied on the page created by the object. |
| Exclude Referer: | As written above the page displaying the tree will not appear in the tree but you can also exclude the referrer page as demonstrated by the object Web File Manager. |
by FELIXONE