This is a migrated thread and some comments may be shown as answers.

Editor is broken.

1 Answer 154 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 29 Apr 2012, 10:53 AM
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.

<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.

1 Answer, 1 is accepted

Sort by
0
Greg
Top achievements
Rank 1
answered on 29 Apr 2012, 12:12 PM
The problem turned out to be the referenced scripts. The examples use different script references. It would be a lot clearer if the documentation showed the exact min scripts to be used.
Tags
Editor
Asked by
Greg
Top achievements
Rank 1
Answers by
Greg
Top achievements
Rank 1
Share this question
or