Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/public/assets/admin/js/extended-ui-treeview.js
Назад
/** * Treeview (jquery) */ 'use strict'; $(function () { var theme = $('html').hasClass('light-style') ? 'default' : 'default-dark', basicTree = $('#jstree-basic'), customIconsTree = $('#jstree-custom-icons'), contextMenu = $('#jstree-context-menu'), dragDrop = $('#jstree-drag-drop'), checkboxTree = $('#jstree-checkbox'), ajaxTree = $('#jstree-ajax'); // Basic // -------------------------------------------------------------------- if (basicTree.length) { basicTree.jstree({ core: { themes: { name: theme } } }); } // Custom Icons // -------------------------------------------------------------------- if (customIconsTree.length) { customIconsTree.jstree({ core: { themes: { name: theme }, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types'], types: { default: { icon: 'bx bx-folder' }, html: { icon: 'bx bxl-html5 text-danger' }, css: { icon: 'bx bxl-css3 text-info' }, img: { icon: 'bx bx-image text-success' }, js: { icon: 'bx bxl-nodejs text-warning' } } }); } // Context Menu // -------------------------------------------------------------------- if (contextMenu.length) { contextMenu.jstree({ core: { themes: { name: theme }, check_callback: true, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types', 'contextmenu'], types: { default: { icon: 'bx bx-folder' }, html: { icon: 'bx bxl-html5 text-danger' }, css: { icon: 'bx bxl-css3 text-info' }, img: { icon: 'bx bx-image text-success' }, js: { icon: 'bx bxl-nodejs text-warning' } } }); } // Drag Drop // -------------------------------------------------------------------- if (dragDrop.length) { dragDrop.jstree({ core: { themes: { name: theme }, check_callback: true, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types', 'dnd'], types: { default: { icon: 'bx bx-folder' }, html: { icon: 'bx bxl-html5 text-danger' }, css: { icon: 'bx bxl-css3 text-info' }, img: { icon: 'bx bx-image text-success' }, js: { icon: 'bx bxl-nodejs text-warning' } } }); } // Checkbox // -------------------------------------------------------------------- if (checkboxTree.length) { checkboxTree.jstree({ core: { themes: { name: theme }, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types', 'checkbox', 'wholerow'], types: { default: { icon: 'bx bx-folder' }, html: { icon: 'bx bxl-html5 text-danger' }, css: { icon: 'bx bxl-css3 text-info' }, img: { icon: 'bx bx-image text-success' }, js: { icon: 'bx bxl-nodejs text-warning' } } }); } // Ajax Example // -------------------------------------------------------------------- if (ajaxTree.length) { ajaxTree.jstree({ core: { themes: { name: theme }, data: { url: assetsPath + 'json/jstree-data.json', dataType: 'json', data: function (node) { return { id: node.id }; } } }, plugins: ['types', 'state'], types: { default: { icon: 'bx bx-folder' }, html: { icon: 'bx bxl-html5 text-danger' }, css: { icon: 'bx bxl-css3 text-info' }, img: { icon: 'bx bx-image text-success' }, js: { icon: 'bx bxl-nodejs text-warning' } } }); } });
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка