Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-01-14 20:04:58

sciurus
New member
Registered: 2007-01-12
Posts: 2

Fullscreen Toolbar order

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

#2 2007-01-14 23:11:54

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: Fullscreen Toolbar order

That should absolutely not happen, as there is nothing much more happening than resizing the editor when going into fullscreen. I can't explain that sad

Offline

Board footer

Powered by FluxBB