📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
js
/
pages
📝
toastr.js
← Geri Dön
$(document).ready(function () { $(".tst1").on("click", function () { $.toast({ heading: 'Welcome to my admin', text: 'Use the predefined ones, or specify a custom position object.', position: 'top-right', loaderBg: '#ff6849', icon: 'info', hideAfter: 3000, stack: 6 }); }); $(".tst2").on("click", function () { $.toast({ heading: 'Welcome to my admin', text: 'Use the predefined ones, or specify a custom position object.', position: 'top-right', loaderBg: '#ff6849', icon: 'warning', hideAfter: 3500, stack: 6 }); }); $(".tst3").on("click", function () { $.toast({ heading: 'Welcome to my admin', text: 'Use the predefined ones, or specify a custom position object.', position: 'top-right', loaderBg: '#ff6849', icon: 'success', hideAfter: 3500, stack: 6 }); }); $(".tst4").on("click", function () { $.toast({ heading: 'Welcome to my admin', text: 'Use the predefined ones, or specify a custom position object.', position: 'top-right', loaderBg: '#ff6849', icon: 'error', hideAfter: 3500 }); }); });
💾 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