From: avl Date: Thu, 29 Jan 2009 11:25:43 +0000 (+0200) Subject: tablecontrols in tiny_mce X-Git-Tag: 0.5~422 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=0b3ef8030a1fe85ab7c46c7e28ec4f6378130479;p=ipf.git tablecontrols in tiny_mce --- diff --git a/ipf/form/widget/htmlinput.php b/ipf/form/widget/htmlinput.php index 962cb76..aa2294f 100644 --- a/ipf/form/widget/htmlinput.php +++ b/ipf/form/widget/htmlinput.php @@ -63,7 +63,7 @@ class IPF_Form_Widget_HTMLInput extends IPF_Form_Widget } tinyMCE.init({ theme_advanced_buttons1 : "bold, italic, separator, undo, redo, separator, bullist, numlist, outdent, indent, separator, justifyleft, justifycenter, justifyright, separator, link, unlink, forecolor, backcolor, sub, sup, separator, preview", - theme_advanced_buttons2 : "code, fullscreen, image, link, charmap, separator, pastetext, pasteword, selectall, removeformat, separator, formatselect, fontselect, fontsizeselect", + theme_advanced_buttons2 : "code, fullscreen, image, link, charmap, separator, pastetext, pasteword, selectall, removeformat, separator, formatselect, fontselect, fontsizeselect, separator, tablecontrols", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align: "left",