n3230sa
Newbie
Posts: 1
Registered: 10/18/2007
Member Is Offline
|
| posted on 10/18/2007 at 10:09 AM |
|
|
Open one node and close all others
Hi I want open one node and close all other sibling or open one parent and close all other parents. please help? thanks.
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/18/2007 at 07:07 PM |
|
|
This is possible with PRO version. See "Event handler example" sample in the product's documentation.
/*
This function modifies tree behavior so only one item
in a level can be opened at a time.
Function should be called AS onItemOpen handler of the tree
*/
at http://www.softcomplex.com/products/tigra_tree_menu_pro/docs/#api_examples
|
|
|