The problem:
When clicking "add more values" to add another field to a cck multi-value field, and if you're using ckeditor, the existing multi-value fields will disappear.
So, if you have cck multi-field, and must use ckeditor, here are 3 useful things to do:
-
Detach the ckeditor instances before attaching them again:
http://drupal.org/node/712846 -
Set rtl / ltr:
http://drupal.org/files/issues/457620-ckeditor-direction.patch -
In the wysiwyg module's profiles, set the css to be used to "define css" - then it will load again after ajax is run.



3 Comments so far
have you tried http://drupal.org/node/1223080 ?
I don't think so - it doesn't look familiar. Does it work for you?
i didnt, was wondering if you did,
i must say that applying
http://drupal.org/node/712846
didnt work for me as well
Post a Comment