ASPxClientHtmlEditor.SetEnabled(value) Method
In This Article
Specifies whether an editor is enabled.
#Declaration
TypeScript
SetEnabled(
value: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
value | boolean |
|
#Remarks
Use the SetEnabled method on the client to dynamically change an editor’s ability to respond to end-user interactions (such as mouse clicks or text input). An editor’s initial availability state can be defined by using the ASPxHtmlEditor.ClientEnabled property.
Note
The Setfalse
.
See Also