3
我正在使用Kendo UI編輯器在我的一個頁面中。 以下是使用的語法。禁用或製作Kendo編輯器只讀
$("#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
我使用劍道UI網絡,版本 - 2012.3.1114 誰能幫助我與此有關。
謝謝
檢查這個官方參考http://docs.telerik.com/kendo-ui/web/editor/overview#configuration-Apply –