javascript - Get decoded / non html from Ajax HtmlEditor -
i struggling retrieve content plain text ajax htmleditor
.
i using editor.get_content()
retrieve content , needing in plain text can compare initial value of content. needs done client side in javascript.
for example plain text require along lines of -
<a href='blah' ....
what i'm getting out is:
<a shape="rect" href="blah".....
i cannot use following answer unable specify static iframe
. unless there way dynamicly retieve it?
Comments
Post a Comment