Topic: How to get HTML value
Is there a function or call to get the HTML contents of a tinyMCE editor window??
similiar to how the PREVIEW show the HTML. I tried (quite silly) to just grab the innerhtml, but that grabs everything
EDIT: after some reading, I want to clarify --
I dont need the HTML on ther server-side (have that working) --
I want to be able to populate (without a page reload) a DIV or SPAN with the contents of the tinyMCE edit area
I have been able to get the contents, unfortunately, it is all replaced with HTML special chars (& lt; etc)
thanks
Last edited by cgmckeever (2005-08-17 18:41:03)