Abhi
Newbie
Posts: 1
Registered: 6/13/2007
Location: India
Member Is Offline
|
| posted on 6/13/2007 at 08:11 AM |
|
|
specific icon for items/subitems
Hi..
I am using pro Version
I need to know how can be specify particular icon for subitems/items in tree .
I am dynamically generating Tree from database.
I am attaching sample Tree structure.
for Eg. I want to give Different icons for
Download,Order,Support in tree.
pls refer to attachment
Thanks
Attachment: SampleTree.js (450b)
This file has been downloaded 316 times
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/13/2007 at 07:28 PM |
|
|
See demo3\tree_items.js in the distribution package:
['Example', 0, {'i0' : 'icons/pageblank.gif', 'i64' : 'icons/pageblank.gif'}]
|
|
|