Skip to main content

ASPxClientHtmlEditorSelection Members

A selection in the ASPxHtmlEditor.

Methods

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