MVC中KindEditor的簡單使用

2021-06-28 18:03:55 字數 523 閱讀 1431

第二:新增homecontroller

注意validateinput

特性設定為

false

,否則無法插入

html

標記。第三:在檢視中新增指令碼

@html.raw(@viewbag.content)

@using (html.beginform())

{}

第四:在客戶端新增litjson.dll引用

專案引用

kindeditor/asp.net/bin

目錄下的

litjson.

最後,執行就可以看到效果。

Kindeditor在LigerUI中無法獲得焦點

專案中需要用到ligerui的彈窗然後富文字用的是kindeditor外掛程式,之前一直有個問題就是,kindeditor無法獲得焦點,只能是在fullscreen的情況下獲取焦點。在網上找了半天都是jquery ui的方法,和我遇到的情況不一樣。於是就靠自己琢磨,現在弄出來了,只需要把kinded...

kindeditor使用中的問題與解決

kindeditor js kindeditor.ready function k afterchange function aftercreate function editor.sync prettyprint html 新增文章的時候,把textarea中的值存入資料庫,可以直接用 var p...

對 kindeditor的理解

1.kindeditor 上傳時的設計思路 iframe 用於編寫富文字頁面,所見即所得 textarea 需要呼叫同步方法 window.editor.sync 將 iframe中的富文字轉成html,然後同步到textarea中 在提交表單時,用於提交上傳 2.kindeditor 的使用步驟 ...