mzischeck@mac.com
Newbie
Posts: 1
Registered: 9/12/2002
Location: Switzerland
Member Is Offline
|
| posted on 9/12/2002 at 09:34 PM |
|
|
only root level - icon missing - solved
If you have only the root level in the tree, you will not get an icon.
add this line to the tree_tpl.js
'icon_32' : '../images/icons/base.gif',
this will get you the root icon, if root is the only element.
|
|
|
fschop
Junior Member
Posts: 2
Registered: 11/25/2002
Member Is Offline
|
posted on 11/25/2002 at 09:38 PM |
|
|
To be complete, you need to define
item_32
item_36
item_40
item_44
I gave it the same definitions as for item_0, etc.
|
|
|
Ulukai
Member
Posts: 40
Registered: 11/27/2002
Location: Frankfurt, Germany
Member Is Offline
|
posted on 11/29/2002 at 11:37 AM |
|
|
Thanks
Thanks for your tip:)
I had to solve this problem too.
|
|
|