SelectText Method (SparkRichEditableText)
Class
SparkRichEditableText
class
Action
Dispatched when text is selected.
Syntax
richEditableText
.
SelectText
(
beginIndex
,
endIndex
)
Variable
Description
beginIndex
The index of the first character selected. INTEGER.
endIndex
The index of the last character selected. INTEGER.