Tinymce 4:如何防止使用内联编辑器的 inlite 主题显示插入或选择工具栏?
Tinymce 4: how to prevent showing the insert or selection toolbars with the inlite theme of an inline editor?
如何防止此面板显示?
当您将光标放在空白行时,它会显示此面板:
这两个设置由 TinyMCE 配置中的 insert_toolbar
和 selection_toolbar
选项控制。如果你把这个放在配置中:
insert_toolbar: '',
selection_toolbar: '',
...他们将不再出现。
如何防止此面板显示?
当您将光标放在空白行时,它会显示此面板:
这两个设置由 TinyMCE 配置中的 insert_toolbar
和 selection_toolbar
选项控制。如果你把这个放在配置中:
insert_toolbar: '',
selection_toolbar: '',
...他们将不再出现。