KindEditor第一次驗證取不到值

創建時添加紅色部分屬性 

window.editor = K.create('#editor_ids', {
     resizeType : 1,
     minWidth : 650,
     height:315,
     allowPreviewEmoticons : false,
     allowImageUpload : true,
     items : [
      'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
      'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
      'insertunorderedlist', '|', 'emoticons',  'link','image'],
      afterCreate: function () {
               this.sync();
           },
           afterBlur: function () {
               this.sync();
           }
    });

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章