Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
3 Sep 2010 at 14:38 UTC
Updated:
18 Nov 2012 at 20:46 UTC
Currently it is possible to have two toolbars. However, it is impossible to have more.
Another problem is the settings. Now with only one ckeditor.config.js, I have to load all plugins used in any toolbar. Each plugin adds 2-3 or more HTTP requests. If most of the time, I just need a simple toolbar, it gives unnecessary overhead.
Thus, it would be nice to have separate settings for each toolbar.
As I can't modify the description of #756286: How to use different toolbar setups on different fields, I create this new issue.
Comments
Comment #1
dczepierga commentedI think configuration of new toolbars will be in one of next releases of CKEditor.
Comment #2
wwalc commentedLooks like this is something we may easily add to D7.
Definitely it would be nice to have the ability to set a different toolbar for each input format.
The toolbar could be defined in the CKEditor profile (a visual tool like we have now in Joomla! would be nice ;-), but let's perhaps have a simple textarea for now with some reasonable validation).
In other words we need a textarea where I could paste something like:
With that change we could get rid of toolbar configuration (config.toolbar_DrupalFiltered) etc. from ckeditor.config.js.
@jcisio - could you create a separate issue for better plugin configuration?
Comment #3
jcisio commented@wwalc: #735632: Relation between plugins and toolbar buttons
Comment #4
wwalc commentedComment #5
dczepierga commentedI made toolbar configuration for each profile. It's comitted to CVS.
Only validation of written toolbar config is needed - #976968: Toolbar config validation in profile
Comment #6
dczepierga commentedChange status
Comment #8
jcisio commentedI don't know how could I have missed it ;-)
#5 Toolbar per profile is just a subset of multiple toolbar. Currently one role could have only one profile ie. one toolbar. With multiple toolbar, one role can have many toolbars (one in the full node edit page, another simple toolbar in the comment textarea etc.). This feature request is about something like the "Simplified toolbar" in the global profile, but many instead of one simplified toolbar.