Hello lanko,
same over here.I get an empty editor without any ability to edit:
<textarea cols="40" name="recipe_introduction" id="id_introduction" rows="20"></textarea>
<script type="text/javascript">
$(document).ready(function(){ $("#id_introduction").kendoEditor({value: "test", resizable: {"content": true, "toolbar": true}, }); });
</script>