禁用编辑器

v4.1.0 开始支持

禁用编辑器之后,内容只读,不可编辑。解禁之后,恢复可编辑的能力。

// 创建编辑器
const E = window.wangEditor
const editor = new E('#div1')
editor.create()

// 点击按钮,禁用编辑器
$btn1.click(() => {
    editor.disable()
})

// 点击按钮,解除禁用
$btn2.click(() => {
    editor.enable()
})
Copyright © wangEditor (2020 - present) all right reserved,powered by GitbookFile Modify: 2022-04-11 07:03:47

results matching ""

    No results matching ""