Opened 17 years ago
Closed 12 years ago
#622 closed New Feature (fixed)
Custom toolbar settings
Reported by: | 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 (5)
comment:1 Changed 17 years ago by
Reporter: | changed from Martin Kou to thebo@… |
---|
comment:4 Changed 17 years ago by
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/
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Looking at provided link I can say it is possible in CKEditor 3.x to define toolbar on HTML page. There are no problems with that.
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