Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Customization of CKEditor
#2
1. is it possible to have an update safe and less 'complicated' solution for the customization of ckeditor?

2. if someone uses get simple in a subdirectory of root, ckeditor does not show the images. after editing of admin/template/js/ckeditor/config.js as follows, it worked. the solution is not update safe and complicated solution. in the settings, the website url is defined and that would be the baseHref, ckeditor needs.

Code:
CKEDITOR.editorConfig = function( config )
{
    // Define changes to default configuration here. For example:
    // config.language = 'fr';
    // config.uiColor = '#AADC6E';
    config.baseHref = 'http://www.example.com/path/to/getsimple/';
};
Reply


Messages In This Thread
Customization of CKEditor - by yxcvbnm - 2010-03-04, 23:18:13
Customization of CKEditor - by yxcvbnm - 2010-04-24, 03:13:28
Customization of CKEditor - by ccagle8 - 2010-04-24, 23:20:10
Customization of CKEditor - by yxcvbnm - 2010-04-25, 01:45:51
Customization of CKEditor - by Zegnåt - 2010-04-25, 07:35:34
Customization of CKEditor - by yxcvbnm - 2010-04-25, 07:39:47



Users browsing this thread: 2 Guest(s)