Announcement

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

#1 2008-02-16 22:57:16

delete
New member
Registered: 2008-02-16
Posts: 3

problem with interface.

Hi, ive got a problem with my interface or what you want to call it.
using firefox and Xinha 0.95 RC2

this is how it looks like before i maximise it
http://ss.f.nu/img/5376cp.png

and this is after i minimize it(the way i want it to be)
http://ss.f.nu/img/9079cp2.png

config file:

var xinha_plugins =
[
 'Linker'
];
var xinha_editors =
[
  'summary'
];


function xinha_init()
{
  if(!Xinha.loadPlugins(xinha_plugins, xinha_init)) return;

  var xinha_config = new Xinha.Config();
  
  xinha_config.toolbar =
    [
        ["separator","popupeditor","formatblock","fontname","fontsize","bold","italic","underline","strikethrough"],
        ["separator","forecolor","hilitecolor","textindicator"],
        ["separator","subscript","superscript"],
        ["linebreak","separator","justifyleft","justifycenter","justifyright","justifyfull"],
        ["separator","insertorderedlist","insertunorderedlist","outdent","indent"],
        ["separator","inserthorizontalrule","createlink","insertimage","inserttable"],
        ["separator","undo","redo","selectall"],
        ["separator","removeformat","toggleborders","splitblock","lefttoright", "righttoleft"],
        ["separator","showhelp"]
    ];
    
    xinha_config.sizeIncludesBars = false;
    xinha_config.statusBar = false;

  xinha_editors = Xinha.makeEditors(xinha_editors, xinha_config, xinha_plugins);

  Xinha.startEditors(xinha_editors);
}
Xinha.addOnloadHandler(xinha_init);

anyone know what could be wrong?

Last edited by delete (2008-02-16 22:58:05)

Offline

#2 2008-02-17 11:35:02

delete
New member
Registered: 2008-02-16
Posts: 3

Re: problem with interface.

looks good in ie7 which is odd, its usually the other way around..

Offline

#3 2008-02-21 10:29:19

delete
New member
Registered: 2008-02-16
Posts: 3

Re: problem with interface.

guess ill just look for something else then, thanks.

Offline

Board footer

Powered by FluxBB