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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -