Kendo工具栏具有“ splitButton”类型,但是我不知道如何在编辑器工具栏中使用它。
仅在工具数组中添加一项根本不会显示
{
type: "splitButton",
text: "Insert",
menuButtons: [
{ text: "Insert above", icon: "insert-up" },
{ text: "Insert between", icon: "insert-middle" },
{ text: "Insert below", icon: "insert-down" }
]
},