How to disable Kendo UI Editor completely including shortcuts -
i have tried following:
disable or make kendo editor read-only
and disabled keydown/keyup/keypress, there event fires underline, bold, etc. via shortcuts (ctrl + b, ctrl + u).
i want disable , make editor read or disabled.
i doubt there true way disable editor found work around now.
$("#editorselector").off("keyup keydown keypress");
i turn off event , rebind events.
Comments
Post a Comment