this is it
tinyMCE.activeEditor.contentDocument.body.innerHTML
lucky shot ^^
On 12 Aug., 11:09, Tomfox Wiranata wrote:
> hi everyone,
>
> basically I can't read the text entered in a textare, when tinymce is
> activated. without tinymce i read the text like this with jquery:
>
> var temp = $('
hi everyone,
basically I can't read the text entered in a textare, when tinymce is
activated. without tinymce i read the text like this with jquery:
var temp = $('#notes_title').val();// notes_title is the id from
the textarea
then i pass this text to my controller function "processtitle":