hi
At starting of the given http://docs.ckeditor.com/#!/guide/plugin_sdk_sample_1 tutorial
we assume give directory structure
-
abbr/
abbr/
ckeditor root/ - . plugins/
- . abbr/
- . icons/
- . abbr.png
- . dialogs/
- . abbr.js
- . plugin.js
but when i work on above mention structure didnot work for me and when i download the file from there i found the givenstructure
- ckeditor root/
- . plugins/
- . abbr/
- . image/
- . abbr.png
- . plugins.js
- . plugin.js
but still work
CKEDITOR.dialog.add( 'abbrDialog', this.path + 'dialogs/abbr.js' ); may i know the reason why the above path work and why script is not working with directory structure which is mention in tutorial?
Thanks