我有一个带有很多工具的 Kendo Jquery 编辑器。无论工具栏中的可用空间如何,我都需要在编辑器中显示所有工具。我需要不适合第一行的那些进入第二行/下一行,而不是被推入溢出锚。目前,任何不适合该空间的工具都会被推送到“更多工具”菜单。
示例代码:
$("#editor").kendoEditor({
tools: [
"bold",
"italic",
"underline",
"strikethrough",
"justifyLeft",
"justifyCenter",
"justifyRight",
"justifyFull",
"insertUnorderedList",
"insertOrderedList",
........