PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
1.7 KiB

/*
Feel free to use your custom icons for the tree. Make sure they are all of the same size.
User icons collections are welcome, we'll publish them giving all regards.
*/
var tree_tpl = {
'target' : '_blank', // name of the frame links will be opened in
// other possible values are: _blank, _parent, _search, _self and _top
'icon_e' : 'imgSite/imgPerfil/empty.gif', // empty image
'icon_l' : 'imgSite/imgPerfil/line.gif', // vertical line
'icon_32' : 'imgSite/imgPerfil/base.gif', // root leaf icon normal
'icon_36' : 'imgSite/imgPerfil/base.gif', // root leaf icon selected
'icon_48' : 'imgSite/imgPerfil/base.gif', // root icon normal
'icon_52' : 'imgSite/imgPerfil/base.gif', // root icon selected
'icon_56' : 'imgSite/imgPerfil/base.gif', // root icon opened
'icon_60' : 'imgSite/imgPerfil/base.gif', // root icon selected
'icon_16' : 'imgSite/imgPerfil/folder.gif', // node icon normal
'icon_20' : 'imgSite/imgPerfil/folderopen.gif', // node icon selected
'icon_24' : 'imgSite/imgPerfil/folderopen.gif', // node icon opened
'icon_28' : 'imgSite/imgPerfil/folderopen.gif', // node icon selected opened
'icon_0' : 'imgSite/imgPerfil/page.gif', // leaf icon normal
'icon_4' : 'imgSite/imgPerfil/page.gif', // leaf icon selected
'icon_2' : 'imgSite/imgPerfil/joinbottom.gif', // junction for leaf
'icon_3' : 'imgSite/imgPerfil/join.gif', // junction for last leaf
'icon_18' : 'imgSite/imgPerfil/plusbottom.gif', // junction for closed node
'icon_19' : 'imgSite/imgPerfil/plus.gif', // junctioin for last closed node
'icon_26' : 'imgSite/imgPerfil/minusbottom.gif',// junction for opened node
'icon_27' : 'imgSite/imgPerfil/minus.gif' // junctioin for last opended node
};