ben
Newbie
Posts: 1
Registered: 3/7/2005
Location: UK
Member Is Offline
|
| posted on 3/9/2005 at 10:17 AM |
|
|
How to use multiple selection at a single level.
I see in tree_tpl.js that if multipleselections is set to true multiple selects are allowed but at all levels. I need multiple selection only at a
single level.
Project 1
Case 1
....
Case n
Project 2
Project n
In the example above I require only 1 project to be opened at a time but then once a project is opened I need multiple Case to be selected.
Is this possible? If so how can I do it?
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 3/9/2005 at 04:02 PM |
|
|
You can implement your own multi-select logic by handling select event. Use 'onItemSelect' handler.
|
|
|