ASPxClientHtmlEditor Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
#Methods
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. |
#Events
Name | Description |
---|---|
Active |
Fires on the client side after the active tab has been changed within a control. |
Active |
Fires on the client side before the active tab is changed within a control. |
Before |
Occurs before an HTML code is pasted to editor content, and allows you to modify it. |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPx |
Command |
Occurs after a default or custom command has been executed on the client side. |
Command |
Occurs before a default or custom command has been executed and allows you to cancel the action. |
Context |
Occurs on the client side before a context menu is shown. |
Custom |
Enables you to implement a custom command’s logic. |
Custom |
Fires after a callback, sent by the ASPx |
Custom |
Occurs on the client side after a custom dialog is closed. |
Custom |
Fires on the client side before a custom dialog is closed. |
Custom |
Occurs on the client side after a custom dialog is opened. |
Dialog |
Occurs on the client side after a dialog is closed. |
Dialog |
Fires on the client side before a dialog is going to be closed. |
Dialog |
Occurs on the client side after a dialog has been initialized. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
Got |
Fires on the client side when the editor’s Design View Area receives input focus. |
Html |
Occurs on the client side when the content of the editor changes. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Lost |
Fires on the client side when the editor’s Design View Area loses input focus. |
Selection |
Occurs on the client when a selection is changed within the ASPx |
Spelling |
Occurs on the client side after the editor content is spell checked. |
Validation |
Allows you to specify whether the value entered into the ASPx |
See Also