I\'m in a curious situation where I previously had no problem achieving what I\'m looking for. The following code is a part of an HTML page which is to host a TinyMCE rich t
To change an specific tinymce field, you can do this:
tinyMCE.get('editing_field').setContent('your default text');