All Tags »
Cute Editor »
CSOM »
javascript »
Client Side Obj... »
Regular Express... »
plain text »
PlainText »
CuteEditor_OnCh... »
Strip HTML
Sorry, but there are no more tags available to filter with.
-
Using
innerText(document.getElementById(ID_OF_EDITOR).GetDocument().body) gets the text with html tags stripped out, but also strips carriage returns. I DO NOT WANT to strip whitespace, but WANT to strip HTML tags. Is there a way to do this that returns the same result as the server side Editor.PlainText property??
My ...