ASPxClientHtmlEditorSelection Methods
A selection in the ASPxHtmlEditor.| Name | Description |
|---|---|
| GetElements | Returns an array of the currently selected elements. |
| GetHtml | Returns the HTML markup specifying the currently selected ASPxHtmlEditor content. |
| GetSelectedElement | Returns a DOM element that relates to the current selection. |
| GetText | Returns the text within the currently selected ASPxHtmlEditor content. |
| SetHtml(html, addToHistory) | Sets the new HTML markup in place of the currently selected within ASPxHtmlEditor content. |
See Also