📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
gorevyapscripti.demodesign.com.tr
/
system
/
theme
/
assets
/
js
/
tree
📝
tree.js
← Geri Dön
'use strict'; var tree_custom = { init: function() { $('#treeBasic').jstree({ 'core' : { 'themes' : { 'responsive': false } }, 'types' : { 'default' : { 'icon' : 'icofont icofont-folder font-theme' }, 'file' : { 'icon' : 'icofont icofont-file-alt font-dark' } }, 'plugins' : ['types'] }), $('#treecheckbox').jstree({ 'core' : { 'themes' : { 'responsive': false } }, 'types' : { 'default' : { 'icon' : 'icofont icofont-folder font-theme' }, 'file' : { 'icon' : 'icofont icofont-file-alt font-dark' } }, 'plugins' : ['types', 'checkbox'] }), $('#dragTree').jstree({ 'core' : { 'check_callback' : true, 'themes' : { 'responsive': false } }, 'types' : { 'default' : { 'icon' : 'icofont icofont-folder font-theme' }, 'file' : { 'icon' : 'icofont icofont-file-alt font-dark' } }, 'plugins' : ['types', 'dnd'] }), $('#contextmenu').jstree({ 'core' : { 'check_callback' : true, 'themes' : { 'responsive': false } }, 'types' : { 'default' : { 'icon' : 'icofont icofont-folder font-theme' }, 'file' : { 'icon' : 'icofont icofont-file-alt font-dark' } }, "plugins" : [ "contextmenu", "state", "types" ] }); } }; (function($) { "use strict"; tree_custom.init() })(jQuery);
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula