[ Index ] |
PHP Cross Reference of Project Glazy import |
[Summary view] [Print] [Text view]
1 /* 2 Feel free to use your custom _jstree/icons for the tree. Make sure they are all of the same size. 3 User _jstree/icons collections are welcome, we'll publish them giving all regards. 4 */ 5 6 var tree_tpl = { 7 'target' : 'docview', // name of the frame links will be opened in 8 // other possible values are: _blank, _parent, _search, _self and _top 9 10 'icon_e' : '_jstree/icons/empty.gif', // empty image 11 'icon_l' : '_jstree/icons/line.gif', // vertical line 12 13 'icon_48' : '_jstree/icons/base.gif', // root icon normal 14 'icon_52' : '_jstree/icons/base.gif', // root icon selected 15 'icon_56' : '_jstree/icons/base.gif', // root icon opened 16 'icon_60' : '_jstree/icons/base.gif', // root icon selected 17 18 'icon_16' : '_jstree/icons/folder.gif', // node icon normal 19 'icon_20' : '_jstree/icons/folderopen.gif', // node icon selected 20 'icon_24' : '_jstree/icons/folder.gif', // node icon opened 21 'icon_28' : '_jstree/icons/folderopen.gif', // node icon selected opened 22 23 'icon_0' : '_jstree/icons/page.gif', // leaf icon normal 24 'icon_4' : '_jstree/icons/page.gif', // leaf icon selected 25 'icon_8' : '_jstree/icons/page.gif', // leaf icon opened 26 'icon_12' : '_jstree/icons/page.gif', // leaf icon selected 27 28 'icon_2' : '_jstree/icons/joinbottom.gif', // junction for leaf 29 'icon_3' : '_jstree/icons/join.gif', // junction for last leaf 30 'icon_18' : '_jstree/icons/plusbottom.gif', // junction for closed node 31 'icon_19' : '_jstree/icons/plus.gif', // junctioin for last closed node 32 'icon_26' : '_jstree/icons/minusbottom.gif',// junction for opened node 33 'icon_27' : '_jstree/icons/minus.gif' // junctioin for last opended node 34 }; 35
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Sep 14 11:31:49 2023 | Cross-referenced by PHPXref 0.7.1 |