Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CKEditor: how to change skin?
#2
Connie Wrote:I want to install other Editor Skin than default.
I see that there is a skin "getsimple" in admin/template/js/ckeditor/skins

I uploaded other skins from a default CKEditor-Installation: kama, office 2003 and silver to the same folder admin\template\js\ckeditor\skins

I defined in gsconfig.php:
Code:
define('GSEDITOROPTIONS', 'enterMode : CKEDITOR.ENTER_P','skin : kama');
with no effect

It must be (linefeeds are not needed, but don't hurt)
Code:
define('GSEDITOROPTIONS', "
  enterMode: CKEDITOR.ENTER_P,
  skin : 'kama'
");

The code within the double quotes is Javascript (a part of a definition of an associative array).
I'm assuming that CKEDITOR.ENTER_P is a Javascript variable/constant.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
CKEditor: how to change skin? - by Connie - 2011-03-30, 05:12:49
CKEditor: how to change skin? - by mvlcek - 2011-03-30, 05:37:15
CKEditor: how to change skin? - by Connie - 2011-03-30, 05:44:57
CKEditor: how to change skin? - by mvlcek - 2011-03-30, 06:14:36



Users browsing this thread: 1 Guest(s)