AjaxControlToolkit 之HTML编辑器(HTMLEditor)

1、控件注册

 <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor"
    TagPrefix="HTMLEditor" %>

2、使用标签

<HTMLEditor:Editor ID="heDescription" runat="server" Height="200px" AutoFocus="true"
                                Content="txtDescription" Width="100%" > 
  </HTMLEditor:Editor>

 

发布了43 篇原创文章 · 获赞 0 · 访问量 3万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章