ASPxClientHtmlEditor Methods
Represents a client-side equivalent of the ASPxHtmlEditor control.
Name | Description |
---|---|
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Cast |
Converts the specified object to the ASPx |
Create |
Creates a parameter for ASPx |
Custom |
Programmatically closes a custom dialog, supplying it with specific parameters. |
Execute |
Executes the specified command. |
Focus |
Sets input focus to the ASPx |
Get |
Returns the name of the active HTML editor tab. |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client context menu objects. |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the document object generated by an iframe element within a design view area. |
Get |
Provides access to the client ASPx |
Get |
Returns a value indicating whether an editor is enabled. |
Get |
Gets the error text to be displayed within the editor’s error frame if the editor’s validation fails. |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Gets the HTML markup that represents the editor’s content. |
Get |
Gets a value that indicates whether the editor’s value passes validation. |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Returns the document object generated by an iframe element within a preview area. |
Get |
Provides access to an object implementing the Html |
Get |
Returns the selection in the ASPx |
Get |
Returns a toolbar specified by its name. |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
Highlight |
Highlights the text with the specified text color and background color. |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Perform |
Sends a callback to the server and generates the server-side ASPx |
Reconnect |
Reconnect the control to an external ribbon. |
Replace |
Replaces placeholders with the specified values. |
Restore |
Restores the selection within the ASPx |
Save |
Adds the current editor state to the undo/redo history. |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Set an active tab specified by its name. |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies whether an editor is enabled. |
Set |
Sets the error text to be displayed within the editor’s error frame if the editor’s validation fails. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Sets the HTML markup that represents the editor’s content. |
Set |
Sets a value that specifies whether the editor’s value passes validation. |
Set |
Specifies the visibility of a ribbon context tab category specified by its name. |
Set |
Sets the value of the combo box within the Html |
Set |
Sets the value of the dropdown item picker in the Html |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Validate | Performs validation of the editor’s content. |
See Also