KindEditor簡單的Demo使用

2022-05-03 23:45:07 字數 374 閱讀 3914

一般的做**後台都會用到富文字編輯器,網上也有很多優秀的富文字編輯器,這裡是開源中國的富文字編輯器推薦:

好了說了這麼進入正題:

把這些檔案複製進入你的專案:

對應的前台**:

c#" autoeventwireup="

true

" codebehind="

default.aspx.cs

" inherits="

kindeidtor._default

" %>

"-//w3c//dtd xhtml 1.0 transitional//en""

">

"">

這個例子只有簡單的功能,更的配置請看官方的文件:

kindEditor簡單用法

最近學習了一下kindeditor,做一些簡單的東西,此例子用的是kindeditor自帶的批量和單上傳的方法 富文字編輯器 kindeditor.ready function k else 5 word surplus html pattern 輸入顯示 對於kindeditor獲取不到texta...

MVC中KindEditor的簡單使用

第二 新增homecontroller 注意validateinput 特性設定為 false 否則無法插入 html 標記。第三 在檢視中新增指令碼 html.raw viewbag.content using html.beginform 第四 在客戶端新增litjson.dll引用 專案引用 ...

對 kindeditor的理解

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