Hi people,
I have this following issue:
I have installed the Drupal module CKeditor like this: "../ckmodule/ckeditor/ckeditor-source".
When I try moving the tokens plugins from the ckeditor-source plugin dir. ("../ckmodule/ckeditor/ckeditor-soruce/plugins/") to ckmodules plugin dir. ("../ckmodule/plugins") it can't find the CSS.
I think there is something wrong with this CSS path from the plugin?:
css : [ config.contentsCss, CKEDITOR.getUrl( editor.skinPath + 'editor.css' ) ]
Some guy said I should take a look inside the config.js file, but I don't think that will solve my issue?
Regards
Sung
I have this following issue:
I have installed the Drupal module CKeditor like this: "../ckmodule/ckeditor/ckeditor-source".
When I try moving the tokens plugins from the ckeditor-source plugin dir. ("../ckmodule/ckeditor/ckeditor-soruce/plugins/") to ckmodules plugin dir. ("../ckmodule/plugins") it can't find the CSS.
I think there is something wrong with this CSS path from the plugin?:
css : [ config.contentsCss, CKEDITOR.getUrl( editor.skinPath + 'editor.css' ) ]
Some guy said I should take a look inside the config.js file, but I don't think that will solve my issue?
Regards
Sung