forked from dk96/QuotationMaker
3 lines
1.2 KiB
JavaScript
3 lines
1.2 KiB
JavaScript
"use strict";var treeviewDemo={init:function(){this.bindUIActions()},bindUIActions:function(){this.handleTreeview()},handleTreeview:function(){var e=[{text:"Parent 1",href:"#parent1",nodes:[{text:"Child 1",href:"#child1",tags:["2"],nodes:[{text:"Grandchild 1",href:"#grandchild1"},{text:"Grandchild 2",href:"#grandchild2"}]},{text:"Child 2",href:"#child2"}]},{text:"Parent 2",href:"#parent2"},{text:"Parent 3",href:"#parent3",tags:["6"]},{text:"Parent 4",href:"#parent4"},{text:"Parent 5",href:"#parent5",tags:["New"]}];$("#treeview01").treeview({data:e,showBorder:!1,showTags:!0,showIcon:!1,emptyIcon:"fa",collapseIcon:"fa fa-caret-down text-muted",expandIcon:"fa fa-caret-right text-muted",selectedColor:"inherit",selectedBackColor:"#f5f5f5",onhoverColor:"#f5f5f5"}),$("#treeview02").treeview({data:e,showBorder:!1,showTags:!0,showIcon:!1,showCheckbox:!0,emptyIcon:"fa",collapseIcon:"fa fa-caret-down text-muted mr-1",expandIcon:"fa fa-caret-right text-muted mr-1",uncheckedIcon:"far fa-square fa-lg text-muted mr-3",checkedIcon:"fa fa-check-square fa-lg text-primary mr-3",selectable:!1,selectedColor:"inherit",selectedBackColor:"#f5f5f5",onhoverColor:"#f5f5f5"})}};treeviewDemo.init();
|
|
//# sourceMappingURL=../../sourcemaps/pages/treeview-demo.min.js.map
|