Please add CKEditor support. FCKEditor is old.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ajax_fckeditor.info_.patch | 338 bytes | jrstmartin |
| #2 | ajax_fckeditor.js_.patch | 498 bytes | jrstmartin |
Please add CKEditor support. FCKEditor is old.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ajax_fckeditor.info_.patch | 338 bytes | jrstmartin |
| #2 | ajax_fckeditor.js_.patch | 498 bytes | jrstmartin |
Comments
Comment #1
jrstmartin commented+1
Comment #2
jrstmartin commentedI think I have a fix in the meantime. I'm using ajax-6.x-1.x-dev, 2011-Apr-08 with ajax, ajax_ui, ajax_scroller, and ajax_fckeditor enabled. Basically any changes made to existing content using CKEditor will not be saved when using Ajax on node/edit forms.
_PATCH 1_
- ajax/plugins/fckeditor/ajax_fckeditor.info.patch
This just changes the dependency from fckeditor to ckeditor, so you can turn the module on.
_PATCH 2_
- ajax/plugins/fckeditor/ajax_fckeditor.js.patch
Allows CKEditor to save itself - changes it from the FCKeditor way to the CKEditor way.
Figured this out by reading these:
http://stackoverflow.com/questions/3256510/how-to-ajax-submit-a-form-tex...
http://drupal.org/node/741572#comment-2752750
and peeping code in ckeditor/includes/ckeditor.utils.js to find this:
Comment #3
brendoncrawford commentedHave these patches been reviewed?