tedqn
Junior Member
Posts: 5
Registered: 9/1/2005
Member Is Offline
|
| posted on 9/1/2005 at 09:55 PM |
|
|
Possible to add +/- to the top level node?
ie. I have several root menus such as
new tree (TREE0_ITEMS, TREE_TPL);
new tree (TREE1_ITEMS, TREE_TPL);
new tree (TREE2_ITEMS, TREE_TPL);
which would be nice to have an expand/collapse at the root level to collapse the whole menu as space is limited.
I know currently the only solution is to incorporate all of them into a single menu with a dummy root and the rest start at the 2nd node level.
TIA.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/6/2005 at 11:03 AM |
|
|
The feature requires code changing, PRO version has the feature implemented.
|
|
|