2011-12-26, 09:16:44
for the editor-definitions in edit.php:
I am a little confused by the fact that there are settings for the editor in edit.php plus config.js in \admin\template\js\ckeditor
I think all settings should be set in the config.js (beside those which read the php-constants)
so all settings can be edited by the user and they will not have to edit the core-files
in edit.php:
+ defaultLanguage : 'en', <= that is not necessary
+ entities : true, <= take it to the config.js (in my opinion it is not necessary)
in config.js:
this setting is wrong, toolbarCanCollapse works!
this setting is also not so necessary
I am a little confused by the fact that there are settings for the editor in edit.php plus config.js in \admin\template\js\ckeditor
I think all settings should be set in the config.js (beside those which read the php-constants)
so all settings can be edited by the user and they will not have to edit the core-files
in edit.php:
+ defaultLanguage : 'en', <= that is not necessary
+ entities : true, <= take it to the config.js (in my opinion it is not necessary)
in config.js:
Code:
config.toolbarCanCollapse = false; // hide toolbar collapse button
Code:
config.removePlugins = 'elementspath,resize' ; // hide element path and resizer
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18