Project

General

Profile

Feature #78929

Updated by Frans Saris over 7 years ago

We need an API to register your own plugins for CKEditor. 

 Some documentation/examples: 

 - http://docs.ckeditor.com/#!/api/CKEDITOR.plugins 
 - http://ckeditor.com/forums/CKEditor-3.x/Tutorial-create-external-plugin-for-CKEDITOR 
 - @CKEDITOR.plugins.addExternal('autogrow', mydir + '/plugins/autogrow/', 'plugin.js');@

Back