📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
falscripti.demodesign.com.tr
/
ns-admin
/
main
/
js
📝
ace.js
← Geri Dön
// npm package: ace-builds (Ajax.org Cloud9 Editor) // github link: https://github.com/ajaxorg/ace-builds $(function() { 'use strict'; if ($('#ace_html').length) { $(function() { var editor = ace.edit("ace_html"); editor.setTheme("ace/theme/dracula"); editor.getSession().setMode("ace/mode/html"); editor.setOption("showPrintMargin", false) }); } if ($('#ace_scss').length) { $(function() { var editor = ace.edit("ace_scss"); editor.setTheme("ace/theme/dracula"); editor.getSession().setMode("ace/mode/scss"); editor.setOption("showPrintMargin", false) }); } if ($('#ace_javaScript').length) { $(function() { var editor = ace.edit("ace_javaScript"); editor.setTheme("ace/theme/dracula"); editor.getSession().setMode("ace/mode/javascript"); editor.setOption("showPrintMargin", 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