Hi
Is there a way to disable or hide the dropdown list with font formatting?
We hav made out own list of styles and don't need the preset ones.
/Rune
Hi
Is there a way to disable or hide the dropdown list with font formatting?
We hav made out own list of styles and don't need the preset ones.
/Rune
You can remove the "Font" and "Size" dropdowns by making sure that the key "font" in included in CKEDITOR.config.removePlugins, i.e. use something like
config.removePlugins = 'font';
in your editor configuration file.
Take a look at the sample configuration files in /Files/System/Editor/ckeditor/config/ for more info.
Best regards,
Mikkel
Argh, i meant the paragraph format, how du I remove that one. Have tried "format" and "paragraph" with no luck.
/Rune
Adding "format" to removePlugins will remove the dropdown with elements (h1, h2, …) and adding "stylescombo" will remove the styles drowdown.
Cache...
All is good, thanks :-)
/Rune
You must be logged in to post in the forum