我在项目中使用了AJAX HtmlEditorExtender。此编辑器的所有控件都正常工作,但InsertOrderedList不起作用。如果有人有解决方案,请帮助我。 提前谢谢。
答案 0 :(得分:0)
<div style=" color: black;">
<asp:TextBox ID="txtProjectsDetails" runat="server" Width="100%" Height="200" MaxLength="2000" />
<asp:HtmlEditorExtender ID="txtHtmlEditorExtender" runat="server" TargetControlID="txtProjectsDetails" DisplaySourceTab="false" EnableSanitization="false"></asp:HtmlEditorExtender>
</div>