textAreaSelectedParams

Dictionary object of parameters for the Titanium.UI.TextArea.selected event and Titanium.UI.TextArea.selection property that describes position and length of the selected text.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

textAreaSelectedParams
length : Number

Number of characters selected.

Number of characters selected.

textAreaSelectedParams
location : Number

Starting position of selected text.

Starting position of selected text.