You are not logged in.
Pages: 1
Having set up my toolbar config in step 3 it now looks how I want it, however when clicking on Fullscreen the toolbar goes back to its original configuration. How to do you configure the Fullscreen toolbar? Grateful for any help on this, my current toolbar is set up as:
xinha_config = xinha_config ? xinha_config() : new HTMLArea.Config();
xinha_config = new HTMLArea.Config();
xinha_config.toolbar =
[
["popupeditor"],
["separator","formatblock","fontname","fontsize","bold","italic","underline","strikethrough"],
["separator","forecolor","hilitecolor","separator","subscript","superscript","separator"],
["justifyleft","justifycenter","justifyright","justifyfull","separator","htmlmode", "separator", "showhelp","about","linebreak"],
["insertorderedlist","insertunorderedlist","outdent","indent","separator"],
["inserthorizontalrule","createlink","insertimage","inserttable"],
["separator","undo","redo","selectall","print"], (HTMLArea.is_gecko ? [] : ["cut","copy","paste","overwrite","saveas"]),
["separator","killword","clearfonts","removeformat","toggleborders","splitblock","lefttoright", "righttoleft"]
];
Offline
Pages: 1