(function ($) {
'use strict';
$('#jstree_sample_1').jstree({
"types": {
"default": {
"icon": "../../../../images/file-icons/extension/folder.png"
},
"file": {
"icon": "../../../../images/file-icons/extension/doc-file.png",
"valid_children": []
}
},
"plugins": [
"types"
]
});
$('#jstree_sample_2').jstree({
"types": {
"default": {
"icon": "../../../../images/file-icons/extension/folder.png"
},
"file": {
"icon": "../../../../images/file-icons/extension/doc-file.png",
"valid_children": []
}
},
"plugins": [
"types",
"checkbox"
]
});
$('#jstree_sample_3').jstree({
"types": {
"default": {
"icon": "../../../../images/file-icons/extension/folder.png"
},
"file": {
"icon": "../../../../images/file-icons/extension/doc-file.png",
"valid_children": []
}
},
"core": {
// so that create works
"check_callback": true
},
"plugins": [
"types",
"contextmenu"
]
});
$('#jstree_sample_4').jstree({
"types": {
"default": {
"icon": "../../../../images/file-icons/extension/folder.png"
},
"file": {
"icon": "../../../../images/file-icons/extension/doc-file.png",
"valid_children": []
},
'f-open': {
'icon': 'typcn typcn-folder-open'
},
'f-closed': {
'icon': 'typcn typcn-folder'
}
},
"core": {
"variant": "large",
"check_callback": true
},
"plugins": [
"types",
"dnd",
"wholerow"
]
});
})(jQuery);
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]