頁面富文字編輯器

2021-07-09 13:34:09 字數 603 閱讀 3113

頁面上引入

新增乙個script標籤

var ue = ue.geteditor('editor');

清空:ue.geteditor('editor').setcontent("", false);

獲取值 

info.votecontent = common.htmldecode(ue.geteditor('editor').getcontent());//描述

common類的htmldecode方法

//把字串進行html反編碼

common.htmldecode = function (str)

這個容易出現 富文字還沒載入 資料就附加給它了的問題

我的這個是頁面對話方塊裡的富文字(對話方塊其實也是乙個頁面)

解決的辦法如下

var topwin = document.getelementbyid("ueditor_0").contentwindow;

$(topwin.document).find("body").html(award);

富文字編輯器

關於使用富文字編輯器的一些小坑 官網 1.專案 片 editor fail function xhr,editor,result custominsert function insertimg,result,editor this.editor.create this.editor.txt.html...

富文字編輯器

富文字編輯器,rich text editor,簡稱 rte,它提供類似於 microsoft word 的編輯功能。常用的富文字編輯器 kindeditor ueditor ckeditor 在頁面中新增js 用於初始化kindeditorallowfilemanager 是否允許瀏覽伺服器已上傳...

富文字編輯器

富文字編輯器,rich text editor,簡稱 rte,它提供類似於 microsoft word 的編輯功能。常用的富文字編輯器 kindeditor ueditor ckeditor 在頁面中新增js 用於初始化kindeditor allowfilemanager 是否允許瀏覽伺服器已上...