我在其中一个页面中使用 Kendo UI 编辑器。 以下是使用的语法。
$("#editorKendo1").kendoEditor();
$("#editorKendo2").kendoEditor();
我希望在某些条件下禁用或使两个编辑器都是只读的,并在其他条件下使其可编辑。
以下是我到目前为止所遇到的类似要求的链接。 How can i disable kendo editor in asp.net mvc http://www.telerik.com/community/forums/aspnet-mvc/editor/making-the-editor-disabled-readonly.aspx
我正在使用 Kendo UI 网络,版本 - 2012.3.1114 任何人都可以帮助我。
由于
答案 0 :(得分:9)
对于剑道仍然有效的答案。如果您要显示内容,则不需要编辑器。
反正
$($('#editorName').data().kendoEditor.body).attr('contenteditable',false)