Link to CKEditor API: http://docs.cksource.com/ckeditor_api/
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 718372.patch | 1.45 KB | Anonymous (not verified) |
Link to CKEditor API: http://docs.cksource.com/ckeditor_api/
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 718372.patch | 1.45 KB | Anonymous (not verified) |
Comments
Comment #1
markus_petrux commentedWe need to extend the following functions in
dirtyforms.js:- Drupal.dirtyForms._wysiwyg.isEditor
- Drupal.dirtyForms._wysiwyg.getContents
Sadly, I do not use CKEditor myself and I'm constrained because of lack of time to investigate this further. Patches are welcome!
Comment #2
Anonymous (not verified) commentedhere is a patch to support ckeditor
Comment #3
mkalkbrennerPatch works fine.
Comment #4
markus_petrux commentedCommitted to CVS. Thanks for the patch, and for the feedback! :D
Comment #5
sittard commentedBrilliant thanks.
Comment #7
sittard commentedJust noticed that this patch only works with the CKEditor module (http://drupal.org/project/ckeditor) and not the WYSIWYG module plus CKEditor (http://drupal.org/project/wysiwyg).
Comment #8
markus_petrux commentedCould you please elaborate? Isn't it transparent to Wysiwyg API and what matters here is how to get access to each editor api? If not, then what makes CKEditor in Wysiwyg API different? I'm not sure to understand...
Comment #9
sittard commentedJust did some testing on a vanilla install and it works fine. Sorry about that - think I had some old JS files being cached which created the problem on my development site.
Anyhow it's working now.
Thanks.
Comment #10
markus_petrux commentedGood to know. Cheers