Files
supportware/sn_templates/sx_editor_plugin_and_theme.html
2025-08-05 22:42:07 +02:00

22 lines
890 B
HTML

mode : "textareas",
theme : "advanced",
cleanup: true,
editor_selector : "mceEditor",
editor_deselector : "mceNoEditor",
plugins : "-snstuff,advlist,-advimagescale,-bbcode,safari,save,inlinepopups,searchreplace,contextmenu,paste",
// Theme options
theme_advanced_buttons1 : "bold,italic,underline,sub,sup,formatselect,|,snlink,unlink,|,bullist,numlist,liststyle,|,undo,redo",
theme_advanced_buttons2 : "snimages,|,sncode,snquote,|,sninfobox,sninfoboxhead,|,cut,copy,paste,pastetext,pasteword,|,snproposals,|,cleanup,code,|,replace,search",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
theme_advanced_path : false,
theme_advanced_blockformats : "p,h1,h2,h3",