dweeres
Junior Member
Posts: 5
Registered: 4/1/2003
Member Is Offline
|
| posted on 6/26/2003 at 08:26 PM |
|
|
folder not displaying
Hi I am having an issue with nodes displaying as items.
for example:
....
['Collections', 0, {'tt' : 'Collections of the window object', 'sb' : 'Collections of the window
object'},
['this is an item to be removed']
],
...
then I remove the item:
['Collections', 0, {'tt' : 'Collections of the window object', 'sb' : 'Collections of the window
object'},
],
and collections displays as an item but it should be a node.
Any help on this ?
thanks
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 6/27/2003 at 08:56 AM |
|
|
Note: Item without subitems is a leaf item not node.
You can force item displaying as a node via item scope settings. You should specify node-like images for all possible states of the item
(mouseover/mouseout, select/unselect and their combinations).
|
|
|
|