如何定义菜单行中的项目,或者如何更好地让默认格式的菜单项出现在工具栏中?

How do I define the items in the menu row or even better have the default format menu item appear in the toolbar?

我把菜单改成了这个:

menubar: 'format table tools help'

但是在我的编辑器的菜单中出现的只是格式。 Table、工具和帮助未出现。为什么会这样?

此外,如果我想去掉菜单栏,我知道我需要设置

menubar: false

但是有没有办法将菜单栏中那个不错的 format 项目放到工具栏中?

谢谢。

为了使该项目出现在菜单中,您还需要加载插件本身。如果(例如)您不加载 help 插件,TinyMCE 将不会显示帮助菜单,因为未加载基础功能。

is there a way of getting that nice format item from the menubar into the toolbar?

简短的回答是“不”。菜单项和工具栏项是不同的。也就是说,通过菜单栏公开的许多功能也可以通过工具栏公开。

下面是加载“帮助”菜单选项和工具栏按钮的示例。

https://fiddle.tiny.cloud/S5haab