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?

how value (non html) ajax html editor

try one.

http://htmleditor.codeplex.com/

its works fine me.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -