Configuring the editor for real-time editing? Print E-mail
Written by Administrator   
Friday, 17 July 2009 00:00

The editor will automatically load in any text area element, where it has been call to display. If set to ‘false’ or ‘0’ in the plug-in's parameters, it will only load on click for real-time editing. This is set for components where it is necessary to use multiple text area in a real-time environment, but can be overridden and set to operate in Joomla’s, Sections, Categories and Articles by configuring the parameters in the startconfig.php file to ‘True’ or ‘1’.

plugins/editors/jckeditor/includes/ckeditor/autoload/startconfig.php

This works for a div container where the class call is called editable or id attributive called ‘ckid’ where it is set to true. This means that the editor will load up the tool-bar configured in the editor’s plug-in, while if you set the ‘ckid’ attributive to equal image it will load up the image tool-bar, which will allow you to change the image inside a div container?

Last Updated on Thursday, 11 March 2010 16:09