[jQuery] [treeview] More than three levels?

2009-02-26 Thread eemece2

Hello!

Can be used more than three levels?
I'm using 4 levels, but treeview only show links to expand/colapse
nodes/uls in the first two levels.
A sample code is:

script type=text/javascript
   $(#browser).treeview();
/script

ul id=browser class=filetree
lispan class=folderFolder 1/span
ul
lispan class=folderFolder 1.1/span
ul id=folder21
lispan class=folderFolder 
1.1.1/span/li
ul
lispan 
class=fileFile 1/span/li
/ul
/ul
/li
/ul
/li
/ul

I see the nodes, but I can't colapse/hide the nodes.

Is this normal? the plugin can't handle more than three levels?

Thank you very much for your help, and greetings,
eemece2


[jQuery] Re: [treeview] More than three levels?

2009-02-26 Thread eemece2

Sorry, the question is about treeview plugin.

(the subject included [treeview], the plugin name what I'm asking
about,
but now I don't see that name in it.)

Thanks,
eemece2

eemece2 ha escrito:
 Hello!

 Can be used more than three levels?
 I'm using 4 levels, but treeview only show links to expand/colapse
 nodes/uls in the first two levels.
 A sample code is:

   script type=text/javascript
  $(#browser).treeview();
 /script

   ul id=browser class=filetree
   lispan class=folderFolder 1/span
   ul
   lispan class=folderFolder 1.1/span
   ul id=folder21
   lispan class=folderFolder 
 1.1.1/span/li
   ul
   lispan 
 class=fileFile 1/span/li
   /ul
   /ul
   /li
   /ul
   /li
   /ul

 I see the nodes, but I can't colapse/hide the nodes.

 Is this normal? the plugin can't handle more than three levels?

 Thank you very much for your help, and greetings,
 eemece2