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萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章