Skip to main content

ASPxClientHtmlEditor.GetEnabled Method

Returns a value indicating whether an editor is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if the editor is enabled; otherwise false.

Remarks

Use the GetEnabled method on the client to determine an editor’s ability to respond to end-user interactions such as mouse clicks or text input. The initial client availability state of an editor can be defined using its server ASPxHtmlEditor.ClientEnabled property. Then, the state can be dynamically changed on the client side using the ASPxClientHtmlEditor.SetEnabled method.

See Also