Page 1 of 1

changing the call to ckeditor

Posted: Sat May 17, 2014 10:09 pm
by keithh0427

Hello all

I am using the ckeditor extension and have modified it to allow for calling the editor with specific menus.

For example, I have an editor used only for images and one used only for basic text functions

When the scripts are generated, they will always want to point to ew_CreateEditor. Currently, I have to edit the generated scripts and point the editor to ew_CreateEditor4images or ew_CreateEditor4letters

I can't find a way to modify them without editing.

Is there a way through the project to modify them based on specific elements on the page?


Re: changing the call to ckeditor

Posted: Sun May 18, 2014 8:59 pm
by mobhar

Keith, it seems you have to create another version of CKEditor extension which contains your modification, and then use it for your project in order to avoid the customization of the generated code.