2011-04-01, 23:01:48
I would love to have more options for CKEditor in GSCONFIG.PHP
the best (for me) would be:
see here: http://get-simple.info/forum/post/11396/#p11396
plus some EditorOptions as Standard:
for config.enterMode:
for config.entities:
for config.skin:
for config.emailProtection:
these settings seem to me the most practicable ones
the best (for me) would be:
Code:
# WYSIWYG Editor local configuration (URL of local configuration file)
# relative to GETSIMPLE root
#define('GSEDITORLOCALCONFIG', '../../yourlocalconfiguration.js');
see here: http://get-simple.info/forum/post/11396/#p11396
plus some EditorOptions as Standard:
for config.enterMode:
Code:
# WYSIWYG editor LineBreak.Behaviour (ENTER_P, ENTER_BR, ENTER_DIV)
define('GSEDITORENTERMODE',' ENTER_P');
for config.entities:
Code:
# WYSIWYG editor Convert Special Characters?
define('GSEDITORENTITY','false');
for config.skin:
Code:
# WYSIWYG editor SKIN (getsimple,v2,office2003,.. )
define('GSEDITORSKIN','getsimple');
for config.emailProtection:
Code:
# WYSIWYG editor email-protection in mailto-links:
define('GSEDITORMailprotection','encode');
these settings seem to me the most practicable ones
|--
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