I would like to have the description field to be above the textarea on a CKEditor-enabled textarea. For other fields, I was able to override the theme_form_element and theme_field_multiple_value_form, and that seemed to work well. However, for any CKEditor-enabled textarea, the description still sits on the bottom. It appears that these text areas aren't processed by theme_form_element or theme_field_multiple_value_form. Do you know what theme function processes these textareas?

Comments

dreamproduction’s picture

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

Do u try to do this without CKEditor module enabled?
CKEditor is only JavaScript loading of CKEditor module, so if you change order of textareas and not change any id attribute of it everything should works as u expect.

Greetings

Anonymous’s picture

I don't know if the solution I ended up with would be of any help - details are at http://drupal.org/node/645754#comment-6237274