UEditor文字編輯器

2021-08-09 02:47:12 字數 446 閱讀 1070

**:

文件說明 :

1這兩句是設定id=「container」 為容器的編輯器  (js裡面的函式   obj.geteditor(name) 返回乙個var name   供後面呼叫 )

2    

var

ue =ue.

geteditor

('container'

,);

在   container後面設定引數

3       設定和讀取編輯器的內容

通 getcontent 和 setcontent 方法可以設定和讀取編輯器的內容

//對編輯器的操作最好在編輯器ready之後再做ue.

ready

(function

());

4   

富文字編輯器UEditor

獲取編輯器的內容 action find getinfo click function 清空編輯器的內容 action find clearinfo click function 給編輯器賦值 action find setvalueinfo click function en class acti...

Ueditor富文字編輯器

幾種知名開源富文字編輯器記錄和對比 僅供參考 一 將編輯器中文字儲存到資料庫中 1 引用 1 引入js檔案 2 寫文字 在需要引入編輯器的地方寫如下 3 js模組寫入隊編輯器的例項化及操作方法 此時在頁面即可看見富文字框 4 獲取內容 ue ue.geteditor editor var conte...

UEditor富文字編輯器的使用

即可得到乙個文字編輯框。使用ueditor和其他外掛程式大同小異。1.先引入js和css 2.在 var ue ue.geteditor container 這裡的container就是你想設定文字編輯器在哪個html標籤的id。或者可以在容器中加入這段 container後面可以跟一些屬性,比如說...