如何从所见即所得编辑器中读取值 [英] How to read values from Wysiwyg editor

查看:162
本文介绍了如何从所见即所得编辑器中读取值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助我,有关如何从所见即所得编辑器中读取值,我正在尝试

$(''#txtMessage'').html();
&
$(''#txtMessage'').val();读取值,但不起作用.
txtMessage是充当编辑器的文本框的ID..

Please help me regarding, how to read values from wysiwyg editor, i am trying

$(''#txtMessage'').html();
&
$(''#txtMessage'').val(); to read the values but its not working.
txtMessage is the id of textbox which is acting as Editor..

推荐答案

(``#txtMessage'').html();
&
(''#txtMessage'').html();
&


(''#txtMessage'').val();读取值,但不起作用.
txtMessage是充当编辑器的文本框的ID.
(''#txtMessage'').val(); to read the values but its not working.
txtMessage is the id of textbox which is acting as Editor..


我已经对我的编辑器进行了编码..但是无法从中读取值,
问题是,我什至无法从现成的编辑器中读取值,例如CKeditor
!!
i have coded my editor.., but not able to read values from it,,
the problem is that, i am not able to read values even from a ready made editor, eg.like CKeditor
!!


这篇关于如何从所见即所得编辑器中读取值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆