Ok - so I thought I would give Kendo UI a go. I needed a basic html editor for adding and editing forum posts. Started with the Kendo Editor with THE most basic usage... and hey presto, problems immediately.
The toolbar icons rendering is broken....(they have partly rendered??). I tried a 2 other theme files... same issue. I tried specifying the tools collection directly .. No go.. . For the record, I am using Firefox 11.0 browser and a MVC 4 project with the HTML validation target set to XHTML 5.
<
script
type
=
"text/javascript"
>
$(document).ready(function () {
$("#reply").kendoEditor();
});
</
script
>
<
textarea
id
=
"reply"
rows
=
"10"
cols
=
"30"
style
=
"width:740px; height="
440px">
This is a test to see if the script shows up is the editor.
</
textarea
>
<
button
>
Save</
button
>
The toolbar icons rendering is broken....(they have partly rendered??). I tried a 2 other theme files... same issue. I tried specifying the tools collection directly .. No go.. . For the record, I am using Firefox 11.0 browser and a MVC 4 project with the HTML validation target set to XHTML 5.