📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
js
/
demo
📝
form-text-editor.js
← Geri Dön
// Forms-Text-Editor.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() { // SUMMERNOTE // ================================================================= // Require Summernote // http://hackerwins.github.io/summernote/ // ================================================================= $('#demo-summernote, #demo-summernote-full-width').summernote({ height : '230px' }); // SUMMERNOTE AIR-MODE // ================================================================= // Require Summernote // http://hackerwins.github.io/summernote/ // ================================================================= $('#demo-summernote-airmode').summernote({ airMode: true }); // SUMMERNOTE CLICK TO EDIT // ================================================================= // Require Summernote // http://hackerwins.github.io/summernote/ // ================================================================= $('#demo-edit-text').on('click', function(){ $('#demo-summernote-edit').summernote({focus: true}); }); $('#demo-save-text').on('click', function(){ $('#demo-summernote-edit').summernote('destroy'); }); })
💾 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