vue wangEditor的富文字編輯器的使用

2021-10-10 11:33:21 字數 1609 閱讀 9619

先配置新建乙個

//編輯器的位置

data()

}methods: ,

beforedestroy() ,

}mounted()

editor.config.showlinkimg = false //隱藏網路

editor.config.uploadimgaccept = ['jpg', 'jpeg', 'png', 'gif', 'bmp']//上傳的型別

editor.customconfig.uploadimgheaders =

editor.config.uploadimgparams =

editor.config.uploadimghooks =

},// 上傳並返回了結果,插入已成功

success: function(xhr) ,

// 上傳並返回了結果,但插入時出錯了

fail: function(xhr, editor, resdata) ,

// 上傳出錯,一般為 http 請求的錯誤

error: function(xhr, editor, resdata) ,

// 上傳超時

timeout: function(xhr) ,

// 例如伺服器端返回的不是 這種格式,可使用 custominsert

custominsert: function(insertimgfn, result)

}// 建立編輯器

editor.create()

this.editor = editor

}

this

.editor.txt.

html(`

$`)//編輯器回顯

this

.editor.txt.

html('

')

// 獲取編輯器區域完整html**

this

.editor.txt.

html()

;// 獲取編輯器純文字內容

this

.editor.txt.

text()

;// 獲取格式化後的純文字

this

.editor.txt.

formattext()

;//編輯器追加新內容

this

.editor.txt.

('新追加的內容')

;

// 禁用

editor.

disable()

;// 啟用

editor.

enable()

;

// 將全屏時z-index修改為20000,要寫在編輯器建立之前

editor.config.zindex = 20000;

editor.create();

/* 富文字編輯器 */

.w-e-*******

.w-e-text-container

vue wangEditor 實現富文字編輯器元件

父元件 richtext.vue 子元件 editor.vue 使用小結 1 wangeditor 外掛程式的選單和編輯區域其實是兩個單獨的 使用 new 建立例項的可以分別傳入兩個物件表示選單區域和編輯區域 2 編輯區域的 z index 預設為 10000,可自定義修改。修改之後,編輯區域和選單...

富文字的使用

一,理解 對於以前,我們用label進行新增文字的時候,只是在 label的本身上新增,從來沒有考慮過其他的方式,今天呢,由於我看了別人的一片技術部落格,有感所以就記錄了下來,希望能夠幫助到那些有需要的人 不帶段落分析的 如下 nsstring str 也許我們的心裡藏有乙個海洋,流出來的卻是兩行清...

富不學富不長,窮不學窮不盡

馬雲的演講 當摩托羅拉還沉醉在v808的時候,不知道諾基亞已迎頭趕上 當諾基亞還在注重低端機市場時,賈伯斯的蘋果已經潛入,當蘋果成為街機的時候,三星已經傲視天下 當中國銀行業賺的盆滿缽滿高歌猛進時,阿里巴巴已經推出網路虛擬信用卡 當工商銀行獨行天下時,殊不知小弟平安銀行已 多日,迅速在全國鋪開。當很...