MikeB
Newbie
Posts: 1
Registered: 6/17/2005
Member Is Offline
|
| posted on 6/17/2005 at 12:21 AM |
|
|
Removing the Icons
How would I go about removing the icons (Folder, Page, Base Ect.) on the free tree menu and still keep the connecting lines? I like the tree, but the
icons don't fit well with my website. Any help would be appreciated.
~Mike B
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 6/17/2005 at 07:55 AM |
|
|
Edit your tree_tpl.js file - icon settings are well commented.
|
|
|
tedqn
Junior Member
Posts: 5
Registered: 9/1/2005
Member Is Offline
|
| posted on 9/2/2005 at 05:25 PM |
|
|
I use the transparent space icon
'icon_32' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // root leaf icon normal
'icon_36' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // root leaf icon selected
'icon_48' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // root icon normal
'icon_52' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // root icon selected
'icon_56' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // root icon opened
'icon_60' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // root icon selected
'icon_16' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // node icon normal
'icon_20' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // node icon selected
'icon_24' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // node icon opened
'icon_28' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // node icon selected opened
'icon_0' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // leaf icon normal
'icon_4' : '/scriptfiles/jscriptlib/TreeMenu/icons/spacer2.jpg', // leaf icon selected
tedqn has attached this image:
|
|
|