auctus
Newbie
Posts: 1
Registered: 2/3/2006
Member Is Offline
|
| posted on 2/3/2006 at 08:11 AM |
|
|
Newbie question : viewing folders as displayed
Hi, Am new to Tigra and new to development.
I actually just want to use the tree view to display directories on the web server. no fancy stuff, just to list the directory and all the files
inside. Just like Windows explorer in detailed mode.
however, i can see to be able to get tigra to just list or display out the plain directory structure and files without me specifically having to code
every single directory into the .js file. Is there a way to do this automatically?
I know this is probably a dumb question but pls bear with me.
Would be great if someone could point me to the right direction!
Thanks!
Auctus
|
|
|
du260_gb
Junior Member
Posts: 3
Registered: 4/13/2006
Member Is Offline
|
| posted on 4/27/2006 at 11:38 AM |
|
|
Have you got an answer for it?.Even i m searching for the same question.
Please reply ..
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/28/2006 at 12:48 AM |
|
|
Tigra Tree Menu (both free and PRO) is client side javascript that works in the browser. It has no direct access to the filesystem on your server.
You'll have to create the server side script (ASP/PHP etc.) that will scan the filesystem structure on the server and generate the configuration file
for the tree menu. Such scripts in ASP and PHP are included in the Tigra Tree Menu PRO distribution package.
|
|
|