Uediter的引用和取值
生活随笔
收集整理的這篇文章主要介紹了
Uediter的引用和取值
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
頁(yè)面應(yīng)用Uediter控件,代碼如下:
? ?
<tr><td align="center" class="xwnr_j"><asp: TextBox ID ="txtContent" TextMode ="MultiLine" Height ="274px" Width ="95%" runat="server"></asp :TextBox></td></tr><script type="text/javascript">var option = {};var Question = new baidu.editor.ui.Editor(option);Question.render( 'txtContent');</script> View Code?
JS代碼如下(需要引用JS):
var content = Question.getContent(); 當(dāng)添加、修改、刪除傳值到.ashx頁(yè)面的時(shí)候$.get("/plus/DetailsAdd.ashx", { action: "insert", content:escape(content), Id: id }, function (msg) { } View Code用escape方法傳值.
希望有所幫助。
轉(zhuǎn)載于:https://www.cnblogs.com/liuyanpeng/p/4692742.html
總結(jié)
以上是生活随笔為你收集整理的Uediter的引用和取值的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [转]DevExpress GridCo
- 下一篇: hiho图的联通性(自留)