(2013-08-29, 00:14:43)shawn_a Wrote:PHP Code:define('GSEDITOROPTIONS',
"enterMode: CKEDITOR.ENTER_BR,
shiftEnterMode : CKEDITOR.ENTER_P,
customConfig : '../../../../theme/cke_custom.js'
")
So when I tell the config to use this file in this part...
define('GSEDITORTOOL', 'advanced');
Do I, for example, do this?
define('GSEDITORTOOL', 'cke_custom.js');
and....I dont know why its so indented! This is major reason I shy away from using editors.