changing the call to ckeditor

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
keithh0427
User
Posts: 136

changing the call to ckeditor

Post 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?


mobhar
User
Posts: 11741

Post 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.


Post Reply