2016年9月14日 星期三

ASP.NET 擴充套件-網頁文字編輯器CKEditor


下載:
官方網站:http://ckeditor.com/download









使用前:
把ckeditor_aspnet_3.6.6.2\bin\Release\CKEditor.NET.dll
加入工具箱內就可以用了
步驟:工具箱內隨意右鍵=>選擇項目=>瀏覽=>選CKEditor.NET.dll=>確定

使用:
<script src="//cdn.ckeditor.com/4.6.0/basic/ckeditor.js"></script>
<CKEditor:CKEditorControl ID="CKEditorControl1" runat="server"></CKEditor:CKEditorControl>

沒有留言:

張貼留言