我正在使用kendo内联编辑器。我正在显示所有工具,除了**“查看HTML”**我试图将工具分组,如“Bold”,“Italic”,“underline”,“strike through”in一个组和一个组中的所有文本对齐,....它就像一个菜单,如果我们悬停父图标,剩余的图标显示为菜单中的子项。 我已经定义了像
这样的编辑器$("#topEditor").kendoEditor({
tools: [
"bold",
"italic",
"underline",
"strikethrough",
"justifyLeft",
"justifyCenter",
"justifyRight",
"justifyFull",
"insertUnorderedList",
"insertOrderedList",
"indent",
"outdent",
"createLink",
"unlink",
"insertImage",
"subscript",
"superscript",
"createTable",
"addRowAbove",
"addRowBelow",
"addColumnLeft",
"addColumnRight",
"deleteRow",
"deleteColumn",
"formatting",
"fontName",
"fontSize",
"foreColor",
"backColor"
]
});
});
任何人都可以告诉我,我们怎样才能做到这一点?
答案 0 :(得分:0)
Kendo UI编辑器不支持此功能。