ASPxClientRichEdit Members
In This Article
#Properties
Name | Description |
---|---|
commands |
Provides access to the Rich |
document | Provides access to document structural elements. |
document |
Specifies the format in which the editor prepares the document for saving or export. |
document |
Specifies the name of the current document. |
document |
Specifies the format in which the editor prepares the document for saving. |
file |
Specifies the name of the saved/downloaded file. |
layout | Provides access to a document’s layout functionality. |
loading |
Provides access to settings related to a loading panel functionality. |
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
request |
Allows you to access request settings. |
scroll | Provides access to a document’s scroll functionality. |
selection | Provides access to the client methods that change the selection. |
unit |
Gets a unit converter. |
#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 |
Download |
Downloads the current document as a PDF file. |
Export |
Exports the current document to PDF and invokes the Pdf |
Focus |
Sets input focus to the Rich |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the control’s height.
Inherited from ASPx |
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 |
Provides access to an object implementing the Rich |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
Has |
Indicates whether any unsaved changes are contained in the current document. |
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 |
Reconnects the Rich |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Enables you to switch the full-screen mode of the Rich Text Editor. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
#Events
Name | Description |
---|---|
Active |
Occurs when the active sub-document is substituted with another sub-document. |
Auto |
Fires when text is typed in the control. |
Begin |
Occurs when a callback for server-side processing is initiated. |
Begin |
Fires after a client change has been made to the document and the client-server synchronization starts to apply the change on the server. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the Rich |
Character |
Occurs when the characters’ formatting is changed. |
Content |
Occurs when content is inserted into the document. |
Content |
Occurs when content is removed from the document. |
Custom |
Occurs after a custom command has been executed on the client side. |
Document |
Fires if any change is made to the Rich |
Document |
Occurs on the client side when a document layout is formatted. |
Document |
Occurs on the client side when a document model is loaded into the control. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
End |
Fires after a document change has been applied to the server and server and client document models have been synchronized. |
Floating |
Fires after a floating object has been moved and allows you to change the object’s new position. |
Got |
Occurs when the control receives focus. |
Hyperlink |
Occurs when a hyperlink is activated within the document. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Key |
Occurs when a key is pressed while the ASPx |
Key |
Occurs when a key is released while the ASPx |
Lost |
Occurs when the control loses focus. |
Paragraph |
Occurs when a paragraph’s formatting is changed. |
Pointer |
Occurs when a pointer becomes active. |
Pointer |
Occurs when a pointer stops being active. |
Popup |
Occurs when a pop-up menu is about to be shown. |
Selection |
Occurs when the selection is changed within the document. |
See Also