请看屏幕截图,编辑器渲染但工具栏上没有图标,我检查了 editor.png 在默认文件夹中。
<textarea cols="25" rows="5" id="History"
style="width:420px" name="History"
placeholder="this is a History field" ></textarea>
$("#History").kendoEditor({
tools: [
"bold",
"italic",
"underline",
"strikethrough",
"justifyLeft",
"justifyCenter",
"justifyRight",
"justifyFull"
]
});
截图是