views:

28

answers:

0

In a Joomla website, I have enabled the CKEditor as default text editor. I want to define some custom styles, that will be displayed in the Styles menu. I have found documentation of the CKEditor that describes how this should work, but I cannot figure out how to implement this in my Joomla site.

As per the documentation, I have tried to edit the 'default' styleset by adding my own definitions, but this has no effect.

I have also tried to create a new styleset and add this to the editor, but this has also no effect. I can find only one or two places where CKEDITOR.addStylesSet or config.stylesCombo_stylesSet = 'default' appears in the code, but editing these files has no effect, as if some other code overrules the config in these files.