獲取kingeditor編輯器內容

 1 //初始化編輯器
 2 var editorMini = KindEditor.create('.editor-mini',{
 3   width : '70%',
 4   height : '250px',
 5   resizeType : 1,
 6   uploadJson : '${basePath}/editorFile.do',
 7   items : [''],
 8   afterBlur: function(){this.sync();}
 9 
10 });
11 //afterBlur 同步編輯器中的內容,用戶獲取編輯器輸入內容
相關文章
相關標籤/搜索