hi,
I'm using 'RC:custom_field_gui' plugin to show constantly a custom field in the editing post area.
Is there any way to add rich editing (tinyMCE ?) to that textarea field ?
I tried a few things (like checking tinyMCE docs, and trying simple things like adding a JS line, but didn't work.
tinyMCE.init({
elements : \"rc_content_eng\"
});