diff --git a/htdocs/js/tiny_mce.js b/htdocs/js/tiny_mce.js index 1a5e3649ed5ed0284ab8d03aabc80cf76e794541..b010930327caffa7701038be3b466369c301b947 100644 --- a/htdocs/js/tiny_mce.js +++ b/htdocs/js/tiny_mce.js @@ -1,14 +1,14 @@ tinyMCE.init({ mode: "textareas", - plugins: "fullscreen", + height: "100%", + plugins: "safari,fullscreen,inlinepopups", theme: "advanced", - theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,sup,sub,separator,bullist,numlist,outdent,indent,separator,undo,redo,link,unlink,anchor,separator,formatselect,separator,charmap,code,fullscreen", + theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,styleselect,sup,sub,separator,bullist,numlist,outdent,indent,separator,undo,redo,link,unlink,anchor,separator,formatselect,separator,charmap,code,fullscreen", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location: "top", theme_advanced_toolbar_align: "left", content_css: "/css/editor.css", - browsers: "msie,gecko,opera", remove_linebreaks : false, convert_urls : false, valid_elements : "" @@ -267,3 +267,4 @@ valid_elements : "" +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style" +"|title]" }) +