Ticket #622 (closed New Feature: fixed)
Custom toolbar settings
| Reported by: | thebo@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Toolbar | Version: | |
| Keywords: | SF | Cc: |
Description
It would be great if it was possible to change the toolbar in the configuration of an editor. Now you can set oFCKeditor.ToolbarSet = "MyToolbar" ; But you need to predefine 'MyToolbar' in a config-file.
It should be something like this:
oFCKeditor.ToolbarSetsMedBasic? = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-' ,'About'] ] ; oFCKeditor.ToolbarSet = "MedBasic" ;
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1164447&group_id=75348&atid=543656
Change History
comment:3 Changed 5 years ago by w.olchawa
- Component changed from General to UI : Toolbar
#937 has been marked as DUP
comment:4 Changed 5 years ago by dense13
Hi,
While we wait for this to be implemented (I think it's scheduled for v3.0?), I've created a plugin that adds this functionality, feel free to check it out at: http://dense13.com/blog/2008/04/06/dynamic-toolbar-plugin-fckeditor/

I would love to see this feature.
It's very troublesome to have to use the customconfigurationpath and put this into a separate javascript file.
Moved from SF. Original poster: Anonymous