tinyMCE editor question

makdeniss

Active member
Hi,

This code line gives me not only the text I've typed in the editor:
Code:
var x= tinyMCE.activeEditor.getContent();

but also this kind of HTML code within it:
Code:
<p>MYINPUT_EDITOR_TEXT<br _mce_bogus="1"></p>

My question would be: how to get read the EDITOR without the formatting?
 
Top Bottom