ASP.NET——KindEditor文本编辑器——使用模板页显示异常问题
Posted preditctfuture
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ASP.NET——KindEditor文本编辑器——使用模板页显示异常问题相关的知识,希望对你有一定的参考价值。
引用地址:http://www.cnblogs.com/ForEvErNoME/archive/2012/06/15/2551424.html
只需要调整TextBox属性,加上ClientIDMode="Static"
<asp:TextBox id="content" name="content" TextMode="MultiLine" runat="server"></asp:TextBox>
以上是关于ASP.NET——KindEditor文本编辑器——使用模板页显示异常问题的主要内容,如果未能解决你的问题,请参考以下文章
asp.net在线网页编辑器kindeditor怎么上传图片