sheeba
Newbie
Posts: 1
Registered: 3/20/2006
Member Is Offline
|
| posted on 3/20/2006 at 10:52 PM |
|
|
Can the tree menu item be sorted?
This needs to be done either ascending or descending.
Can javascript sort() function be used to achieve this?
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/21/2006 at 04:03 AM |
|
|
the tree script itself doesn't support sorting, but you can implement the javascript code that will rearrange the elements in the items structure
before it is fed to the tree.
|
|
|