The editor uses a nice little popup window to show the credits for CKeditor. I wish to duplicate this plugin, and create new popups for help and other messages.
Do I have the right idea of how to do this?
1) Make a copy of this folder...
ckeditor/plugins/about
ckeditor/plugins/about/dialog
ckeditor/plugins/about/dialog/about.js
2) Rename the copied folder...
ckeditor/plugins/help
ckeditor/plugins/help/dialog
ckeditor/plugins/about/dialog/help.js
3) Edit the file help.js with new commands and content
4) Call the help popup from the page with command 'help'
Is there more to it?
Do I need to be concerned with what's in the _source/plugins folder? Is that folder just an easier to read version of the working code?
Many thanks for your guidance.
Do I have the right idea of how to do this?
1) Make a copy of this folder...
ckeditor/plugins/about
ckeditor/plugins/about/dialog
ckeditor/plugins/about/dialog/about.js
2) Rename the copied folder...
ckeditor/plugins/help
ckeditor/plugins/help/dialog
ckeditor/plugins/about/dialog/help.js
3) Edit the file help.js with new commands and content
4) Call the help popup from the page with command 'help'
Is there more to it?
Do I need to be concerned with what's in the _source/plugins folder? Is that folder just an easier to read version of the working code?
Many thanks for your guidance.