company logo

ControlContext :: selectedHTMLText - Return html text selected in an edit control

The function returns the text selected in an edit control (rich text edit). The function returns the text as raw text, i.e. including text formatting data as html tags. The function can be used for replacing selected text or in order to insert text formatting information.

Return value:  String value ( odaba::String  )

Implementation details

odaba::String ControlContext  :: selectedHTMLText (  )