• Resolved djspark

    (@djspark)


    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\”
    });

Viewing 1 replies (of 1 total)
  • Thread Starter djspark

    (@djspark)

    solved after a few hours:

    by using ‘mce_options’ action, set these options:
    mode : “exact”,
    elements : “content,your_other_field,_yet_another_field”

    or you may edit ‘\wp_includes\js\tinymce\tiny_mce_gzip.php’ , and change these options by hand.

Viewing 1 replies (of 1 total)
  • The topic ‘new rich editing field’ is closed to new replies.