【发布时间】:2018-10-09 17:05:46
【问题描述】:
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-ui kendo-editor