Hi, I tried to disable the content as mentioned here, using:
But it doesn't disable the toolbar buttons, so it's possible to add custom styles to the editor content. Is there any way to disable the toolbar too?
<script>$(function () { $($('#editor').data().kendoEditor.body).attr('contenteditable', false);})</script>But it doesn't disable the toolbar buttons, so it's possible to add custom styles to the editor content. Is there any way to disable the toolbar too?