The documentation says that to customize the styles dropdown in the editor I need to go to core/config.js. But I can't find such a folder in my joomla 1.5x installation.
need to activate the stylesheetparser plugin
Where will I find config.js for CKEditor 3.x?
Thanks!
Rowby
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html
Stylesheet Parser Plugin
CKEditor 3.6 introduced a simplified method of customizing the styles for the document created in CKEditor and populating the Styles drop-down list with style definitions added in an external CSS stylesheet file. The Stylesheet Parser plugin (stylesheetparser) lets you use your existing CSS styles without the need to define the styles specifically for CKEditor in the format presented above.
To use the new style definition method you need to activate the stylesheetparser plugin for your CKEditor instances by using the extraPlugins configuration setting:
config.extraPlugins = 'stylesheetparser';
Re: Where is core/config.js. ??
Hi,
if you use our extension to Joomla (http://ckeditor.com/ckeditor-for-joomla or http://extensions.joomla.org/extensions/edition/editors/12821) you can find config.js file in pathToJoomla/plugins/editors/ckeditor/config.js.