You are not logged in.
Is it me or is there not a way to put table operations button on a new line? I had it working on the old version, upgraded and now it spans 2 lines. Here is my config:
xinha_config.toolbar = [
["popupeditor","htmlmode","formatblock","fontname","fontsize","separator"],
["bold","italic","underline","separator","forecolor","hilitecolor","separator","removeformat","killword"],
["separator"], (HTMLArea.is_gecko ? [] : ["copy","paste","separator"]), ["undo","redo","linebreak","justifyleft","justifycenter","justifyright","justifyfull"],
["separator","insertorderedlist","insertunorderedlist","separator"],
["outdent","indent","separator","createlink","he3dimage","he3dfile","separator"],
["inserttable","toggleborders","separator","codebox","separator","he3dpreview","separator","he3dhelp","linebreak"]
];
Offline