hello,
I try to add new format but without success until I realized that my options were added in the "styles" dropdown.
What is the difference between "styles" and "format"?
_____
By testing with a basic version of CKEditor plugin added FORMAT (+ richcombo, floatpanel, panel, and listblock button), the dropdown list of "styles" appears. But by setting "toolbargroups" as follows:
config.toolbarGroups = [ {Name: 'document' groups: ['mode', 'document', 'doctools']}, {Name: 'clipboard' groups: ['clipboard', 'undo']}, {Name: 'editing' groups: ['find', 'selection', 'spellchecker']}, {Name: 'forms'}, {Name: 'basicstyles' groups: ['basicstyles', 'cleanup']}, {Name: 'paragraph' groups: ['list', 'indent', 'blocks', 'align', 'bidi']}, {Name: 'links'}, {Name: 'insert'}, {Name: 'colors'}, {Name: 'tools'}, {Name: 'others'}, {Name: 'styles'}, {Name: 'about'} ];
only the "format" button appears.
How to display only the buttons "styles"?
Thank you.
in addition :
in addition :
I use the plugin "format" .
configuration:
This plugin needs the 'richcombo' plugin.
configuration:
The plugin 'richcombo' needs plugins 'floatpanel','block list'and 'UI button'.
configuration:
The plugin 'floatpanel' needs the plugin panel.
configuration:
The plugin 'listblock' needs the plugin panel. already included above !
Add plugin devtools to final extraPlugins :
I checked the builder taking a basic version with adding the plugin 'format' and all these plugins are added to the builder , I will not understand why it does not work when I install it manually.
UPDATE
If i remove 'config.plugins' in :
That works....
But the CKEDITOR.config.plugins doc say :
I'm lost :/