regarding this Thread: enter link description here

i tried to get the workdaround of Bermo running...

It works but only for folders like

/images/fruit/

but not for a folder like:

/images/fruit/cherry/

This is my function call:

 function fileTree(f,a){
                $('#uploadFileTreeViewFiles a').live('click',function(event){
                    event.preventDefault();
                });
                $('#uploadFileTreeViewFiles').fileTree({ 
                    root: f,
                    script: 'dateiverwaltung/listDirectory',
                    multiFolder: false,
                    expandedFolders: [a]

f ist the rootfolder and a the folder to expand.

i have no idea how to get this working.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.