百度編輯器

一、ueditor編輯器內容高度太多,怎麼出現滾動條:html

  在編輯器目錄下的config.js文件中,修改autoHeightEnabled: false,,默認是 true 改爲false 便可。編輯器

 

二、去掉Ueditor的提示 「本地保存成功」ide

      找到ueditor.all.min.js 文件
  UE.plugin.register("autosave"………………
  這個autosave就是自動保存方法。
  註釋掉這個方法便可!工具

三、百度ueditor編輯器右鍵粘貼、複製不能用的解決辦法:oop

   ueditor.config.js文件,用查找工具找到contextMenu,去掉[]裏的內容,將前面的註釋符號去掉,這樣,在ueditor編輯器裏就能夠實現右鍵粘貼、複製、剪切了。spa

四、粘貼文字時:已有圖片會消失 解決辦法:視頻

  ueditor.config.js文件htm

      ,catchRemoteImageEnable: false blog

五、getContent 沒有內容:圖片

  //自定義:爲視頻video顯示--------ueditor.config.js文件
  source: ['src', 'type'],
  embed: ['type', 'class', 'pluginspage', 'src', 'width', 'height', 'align', 'style', 'wmode', 'play',
      + 'autoplay','loop', 'menu', 'allowscriptaccess', 'allowfullscreen', 'controls', 'preload'],
  iframe: ['src', 'class', 'height', 'width', 'max-width', 'max-height', 'align', 'frameborder', 'allowfullscreen']

六、

 

正常狀況下:獲取編輯器內容  var content = UE.getEditor('editor').getContent();傳給後臺就好

      回顯時:var content = "dsffdsf";   

          UE.getEditor('editor').setContent("");

          UE.getEditor('editor').execCommand( 'inserthtml', content);

相關文章
相關標籤/搜索