//在线网页编辑器,
<script>
var editor2 = new baidu.editor.ui.Editor({//实例化编辑器
????????????initialContent: ‘‘,
????????????minFrameHeight: 500,
????????????pasteplain: true
, wordCount: false
?, elementPathEnabled: false
, autoClearinitialContent: false, imagePath: "/Upload/RTF/", imageManagerPath: "/"
????????});
????????editor2.render(‘<%=txtMDescription.ClientID %>‘);//将编译器渲染到容器
</script>
<asp:TextBox id="txtMDescription" runat="server" Width="80%" TextMode="MultiLine" Text=""></asp:TextBox>
.net在线HTML编辑器
原文地址:https://www.cnblogs.com/iShark/p/8184219.html