This is a migrated thread and some comments may be shown as answers.

html tags - disabled

1 Answer 137 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 21 Nov 2018, 07:01 PM

I'm using html tags and am trying to display an editor that is disabled.

<kendo-editor name="emailEditor" for="EmailSignature" />

 

I don't see disabled, enabled, contentenabled available.  How can I disable the editor? 

 

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 26 Nov 2018, 08:46 AM
Hello Steve,

The Editor widget / Tag helper does not expose a disabled / enabled configuration option. Therefore, the easiest way to achieve such appearance for the widget is to place an overlay over it, which would make it inaccessible for the user. Here you will find a small sample of how that could be achieved with CSS and JavaScript.

Regards,
Veselin Tsvetanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Editor
Asked by
Steve
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or