// 后臺成功返回數據后的js處理KindEditor.remove('#content_id');// 先移除之前創建的編輯器var editor = KindEditor.create('#content_id', { // 再重新創建編輯器 themeType: 'simple', resizeType: 1, urlType: 'domain', // 將圖片保存為絕對路徑 uploadJson: '../kindeditor/php/upload_json.php', fileManagerJson: '../kindeditor/php/file_manager_json.php', allowFileManager: true, afterBlur: function(){this.sync();} }); editor.html(data); // 再把從后臺傳過來的值重新賦給編輯器
新聞熱點
疑難解答