【发布时间】:2017-05-30 11:50:24
【问题描述】:
我知道在 Quill 编辑器的实例化中,有一个工具栏可见性选项。有没有办法在编辑器实例化后动态更改此工具栏的可见性?
options = {
debug: 'info',
placeholder: "Place your content here",
readOnly: false,
theme: 'snow',
modules: {
toolbar: toolbarOptions --> i want to change this property as false at runtime
},
};
【问题讨论】:
标签: editor hide toolbar show quill