如何在 kendo-ui 编辑器工具栏中使用 splitButton
how to use splitButton in kendo-ui editor toolbar
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" }
]
},
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" }
]
},