ASPxClientHtmlEditor.GetSelection Method
In This Article
Returns the selection in the ASPxHtmlEditor.
#Declaration
TypeScript
GetSelection(): ASPxClientHtmlEditorSelection
#Returns
Type | Description |
---|---|
ASPx |
The ASPx |
#Remarks
The ASPxHtmlEditor allows you to access and modify the currently selected content onthe client side. To access the selection, use the editor’s GetSelection client function.
Note
The selection API is available only in the Design View.
#Online Demo
See Also