Can I add/remove buttons from the button bar, or change styling options?
Sure! Often people want to hide the source code button, remove fonts, or add styles to the drop down list. The
editor portion used in Flyspeck is an open source, fully re-distributable editor, that has an active support group and
can be customized completely. I always distribute the latest greatest version of this editor.
It is very easy to disable buttons, you simply comment them out of the /flyspeck/includes/FlyspeckFckconfig.js.
Removing fonts is as simple as deleting fonts from a list.
To add styles to the drop down list, you add some config options /flyspeck/includes/fckstyles.xml
config.ToolbarFontNames = ';Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
It also supports different configs for the use of ENTER key (to put in BR or new paragraph) and supports XHTML
if your site uses that.
It has taken a long time of experimentation to find the very best DHTML editing control for use in Flyspeck. The author has built an excellent building block, which has been tightly
integrated into the scripts that make up Flyspeck.
|