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

enter image description here

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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -