Kendo tool bar has a "splitButton" type but I can't figure out how to use it in an editor toolbar.
just adding one item in tools array does not show it at all
{
type: "splitButton",
text: "Insert",
menuButtons: [
{ text: "Insert above", icon: "insert-up" },
{ text: "Insert between", icon: "insert-middle" },
{ text: "Insert below", icon: "insert-down" }
]
},