从 Ajax HtmlEditor 获取解码/非 html

发布于 2024-10-02 19:53:15 字数 464 浏览 4 评论 0原文

我正在努力从 AJAX HtmlEditor 中检索纯文本内容。

我正在使用 editor.get_content() 检索内容,并且我需要它采用纯文本格式,以便我可以与内容的初始值进行比较。这需要在客户端用 Javascript 完成。

例如,我需要的纯文本是这样的 -

<a href='blah' ....

我得到的是:

<a shape="rect" href="blah".....

我无法使用以下答案,因为我无法指定静态 iframe。除非有办法动态检索它?

如何从ajax html编辑器获取值(非html)

I am struggling to retrieve content as plain text from the AJAX HtmlEditor.

I am using editor.get_content() to retrieve the content and I am needing it to be in plain text so that I can compare to the initial value of the content. This needs to be done client side in Javascript.

For example the plain text I require is along the lines of -

<a href='blah' ....

What I'm getting out is:

<a shape="rect" href="blah".....

I cannot use the following answer as i am unable to specify a static iframe. Unless there is a way to dynamicly retieve it?

How to get value (non html) from ajax html editor

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二智少女 2024-10-09 19:53:15

试试这个。

http://htmleditor.codeplex.com/

它对我来说效果很好。

try this one.

http://htmleditor.codeplex.com/

Its works fine for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文