Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CKEditor - Configuration
#1
I would love to have more options for CKEditor in GSCONFIG.PHP

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
Reply


Messages In This Thread
CKEditor - Configuration - by Connie - 2011-04-01, 23:01:48
CKEditor - Configuration - by ccagle8 - 2011-04-02, 06:47:00
CKEditor - Configuration - by Connie - 2011-04-02, 07:53:10
CKEditor - Configuration - by ccagle8 - 2011-04-02, 21:15:18
CKEditor - Configuration - by polyfragmented - 2011-04-02, 21:41:30
CKEditor - Configuration - by Connie - 2011-04-02, 22:11:40
CKEditor - Configuration - by Connie - 2011-04-04, 02:00:17



Users browsing this thread: 3 Guest(s)