Announcement

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

#1 2009-09-18 06:02:25

rylan76
Xinha Community Member
Registered: 2009-02-26
Posts: 12

"insert special char" cannot be removed from toolbar?

Hi Guys

This is my toolbar config:

xinha_config.toolbar = [
                    ["popupeditor"],
                    ["separator","italic","underline"],
                    ["separator","undo","redo","selectall"], (Xinha.is_gecko ? [] : ["cut","copy","paste","overwrite"]),
                    ["separator","htmlmode","showhelp","about"]
                    ];

However, the toolbar ALWAYS includes the "insert special character" button -before- the popupeditor button, even though it is explicitly not specified in the toolbar config.

How can I remove the special character button?

Offline

#2 2009-09-18 11:02:51

ateslik
Xinha Community Member
Registered: 2009-07-16
Posts: 33

Re: "insert special char" cannot be removed from toolbar?

the special character button is generated by the CharacterMap plugin, not the toolbar config:

http://trac.xinha.org/wiki/CharacterMap

just remove it from your plugin config list.

Offline

Board footer

Powered by FluxBB