X7ROOT File Manager
Current Path:
/var/sentora/hostdata/konguhitek/public_html/ktgadmin/js/examples
var
/
sentora
/
hostdata
/
konguhitek
/
public_html
/
ktgadmin
/
js
/
examples
/
📁
..
📁
charts
📄
ckeditor.js
(2.02 KB)
📄
clockpicker.js
(666 B)
📄
colorpicker.js
(1.57 KB)
📄
dashboard.js
(884 B)
📄
datatable.js
(239 B)
📄
datepicker.js
(1.41 KB)
📄
dropzone.js
(97 B)
📄
form-wizard.js
(1.41 KB)
📄
fullcalendar.js
(4.92 KB)
📄
input-mask.js
(356 B)
📄
lightbox.js
(1.2 KB)
📄
range-slider.js
(1.37 KB)
📄
select2.js
(133 B)
📄
sweet-alert.js
(2.42 KB)
📄
swiper.js
(1.27 KB)
📄
tagsinput.js
(96 B)
📄
toast.js
(793 B)
📄
tour.js
(1.2 KB)
📄
treeview.js
(2.11 KB)
📄
vmap.js
(1008 B)
Editing: treeview.js
'use strict'; $(document).ready(function () { $('#jstree_demo1').jstree({'core' : { 'data' : [ { "text" : "Same but with checkboxes", "children" : [ { "text" : "initially selected", "state" : { "selected" : true } }, { "text" : "custom icon URL", "icon" : "//jstree.com/tree-icon.png" }, { "text" : "initially open", "state" : { "opened" : true }, "children" : [ "Another node" ] }, { "text" : "custom icon class", "icon" : "glyphicon glyphicon-leaf" } ] }, "And wholerow selection" ] }}); $('#jstree_demo2').jstree({'plugins':["wholerow"], 'core' : { 'data' : [ { "text" : "Same but with checkboxes", "children" : [ { "text" : "initially selected", "state" : { "selected" : true } }, { "text" : "custom icon URL", "icon" : "//jstree.com/tree-icon.png" }, { "text" : "initially open", "state" : { "opened" : true }, "children" : [ "Another node" ] }, { "text" : "custom icon class", "icon" : "glyphicon glyphicon-leaf" } ] }, "And wholerow selection" ] }}); $('#jstree_demo3').jstree({'plugins':["wholerow", "checkbox"], 'core' : { 'data' : [ { "text" : "Same but with checkboxes", "children" : [ { "text" : "initially selected", "state" : { "selected" : true } }, { "text" : "custom icon URL", "icon" : "//jstree.com/tree-icon.png" }, { "text" : "initially open", "state" : { "opened" : true }, "children" : [ "Another node" ] }, { "text" : "custom icon class", "icon" : "glyphicon glyphicon-leaf" } ] }, "And wholerow selection" ] }}); });
Upload File
Create Folder