📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
js
/
demo
📝
ui-panels.js
← Geri Dön
// UI-Panels.js // ==================================================================== // This file should not be included in your project. // This is just a sample how to initialize plugins or components. // // - ThemeOn.net - $(document).on('nifty.ready', function() { // PANEL WITH BUTTONS - LOADING OVERLAY // ================================================================= // Require Nifty Admin Javascript // http://www.themeon.net/ // ================================================================= $('.demo-panel-ref-btn').niftyOverlay({ iconClass : 'demo-psi-repeat-2 spin-anim icon-2x' }).on('click', function(){ var $el = $(this), relTime; $el.niftyOverlay('show'); // Do something... relTime = setInterval(function(){ // Hide the screen overlay $el.niftyOverlay('hide'); clearInterval(relTime); },2000); }); // PANEL WITH VARIETY OF COMPONENTS - DEMO AUTO CLOSE ALERTS // ================================================================= // Require Nifty Admin Javascript // http://www.themeon.net/ // ================================================================= $('#demo-panel-alert').on('click', function(){ $.niftyNoty({ type: 'primary', container : '#demo-panel-w-alert', html : '<strong>Well done!</strong> You successfully read this important alert message.', focus: false, timer : 2000 }); }); // PANEL WITH VARIETY OF COMPONENTS - DEMO STICKY ALERTS // ================================================================= // Require Nifty Admin Javascript // http://www.themeon.net/ // ================================================================= $('#demo-panel-alert2').on('click', function(){ $.niftyNoty({ type: 'warning', container : '#demo-panel-w-alert', html : '<strong>Well done!</strong> You successfully read this important alert message.', focus: false }); }); });
💾 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