asp.net無法獲取kindeditor文字編輯器內容的解決辦法
經過上網查資料,分析原因如下:
4.0版本以後,需要新增如下一句程式碼 :
afterBlur: function(){this.sync();}
即當失去焦點時,這個函式就是同步KindEditor的值到textarea文字框。
<script src="../../Scripts/Jquery-1.8.0.min.js"></script>
<link href="../../Scripts/kindeditor/themes/default/default.css" rel="stylesheet" />
<link href="../../Scripts/kindeditor/themes/default/default.css" rel="stylesheet" type="text/css" />
<link href="../../Scripts/kindeditor/plugins/code/prettify.css" rel="stylesheet" type="text/css" />
<script src="../../Scripts/kindeditor/kindeditor.js" type="text/javascript"></script>
<script src="../../Scripts/kindeditor/lang/zh_CN.js" type="text/javascript"></script>
<script src="../../Scripts/kindeditor/plugins/code/prettify.js" type="text/javascript"></script>
<script type="text/javascript">
KindEditor.ready(function (K) {
var editor1 = K.create('#newsContent', {
cssPath: '../../Scripts/kindeditor/plugins/code/prettify.css',
uploadJson: '../../Scripts/kindeditor/upload_json.ashx',
fileManagerJson: '../../Scripts/kindeditor/file_manager_json.ashx',
allowFileManager: true,
afterCreate: function () {
var self = this;
K.ctrl(document, 13, function () {
self.sync();
K('form[name=example]')[0].submit();
});
K.ctrl(self.edit.doc, 13, function () {
self.sync();
K('form[name=example]')[0].submit();
});
},
afterBlur: function () { this.sync(); }
});
prettyPrint();
});
</script>
===========================================================================
如果覺得對您有幫助,微信掃一掃支援一下:
相關文章
- 採用Kindeditor編輯器時,提交、修改無法入庫的原因和解決辦法
- Asp.net 無法啟動IIS Express 解決辦法ASP.NETExpress
- 日常筆記一:擷取富文字編輯器中的文字內容筆記
- 解決Kali LinuxVI編輯器無法複製問題Linux
- IQKeyboardManager 獲取完成按鈕的解決辦法
- 解決Bilibili無法選中文章內容
- win10提示無法編輯:寫該值的新內容時出錯怎麼解決Win10
- 檔案無法粉碎解決辦法
- 當laravel獲取不到session的三種解決辦法LaravelSession
- C++--Win32--列表編輯--獲取列表內容--獲取列表行數--修改列表內容C++Win32
- js 操作kindeditor編輯器JS
- 獲取cookie辦法Cookie
- iPhone突然無法充電的解決辦法 iPhone無法充電怎麼辦iPhone
- Ubuntu 報錯:無法獲得鎖 /var/lib/dpkg/lock解決辦法Ubuntu
- 記vscode無法啟動解決辦法VSCode
- jvm:jmap無法dump檔案的解決辦法JVM
- 斷言無法獲取 content 內容;執行後不生成報告
- SSH在呼叫Service時獲取為空-解決辦法
- dns解析失敗無法瀏覽器上網解決辦法DNS瀏覽器
- excel開啟後灰色不顯示內容 excel全是灰色無法編輯Excel
- 現代富文字編輯器Quill的內容渲染機制UI
- [BUG反饋]onethink自帶的kindeditor遮蔽dl,dt,dd的解決辦法
- vs 擴充套件無法安裝的解決辦法套件
- IE瀏覽器非同步請求無法獲取最新資料的解決方案瀏覽器非同步
- Kindeditor 漏洞導致網站被植入木馬檔案的解決辦法網站
- 微軟商店無法獲取怎麼辦_win10應用商店點獲取沒反應的解決方法微軟Win10
- vue專案獲取富文字編輯器wangEditor內容匯出為word(html轉word格式並下載)VueHTML
- Word——編輯的公式顯示不完整問題的解決辦法公式
- 有關Unity使用Rider編輯器無法彈出程式碼提示的有效解決方法UnityIDE
- macOS Catalina 已損壞無法開啟的解決辦法Mac
- Axure之解決文字框無法輸入
- Idea編譯錯誤解決辦法Idea編譯
- 關於策略組編輯器無法開啟
- markdown編輯器語法
- wampserver3.0 伺服器端無法使用https訪問,解決辦法Server伺服器HTTP
- win10更新steam時無法連線內容伺服器怎麼解決Win10伺服器
- PDF文字怎麼編輯?怎麼編輯PDF檔案內容
- PL2303在win10無法使用的解決辦法Win10
- 寶塔Linux皮膚FTP無法連線的解決辦法LinuxFTP