asp.net mvc 4 - Kendo Ui Editor -
please see screen shot, editor renders there no icons on tool bar, checked editor.png in default folder.
<textarea cols="25" rows="5" id="history" style="width:420px" name="history" placeholder="this history field" ></textarea> $("#history").kendoeditor({ tools: [ "bold", "italic", "underline", "strikethrough", "justifyleft", "justifycenter", "justifyright", "justifyfull" ] });
and screenshot
check including css file:
<link href="/styles/kendo.default.min.css" rel="stylesheet" type="text/css"/>
and have file called sprites.png
in /styles/default
Comments
Post a Comment