Skip to content

Titanium.UI.StringSearchOptions

The optional options to pass to the Titanium.UI.WebView.findString. Pass a dictionary with one or more of the following string-keys: * caseSensitive (Boolean value) * backward (Boolean value) * wraps (Boolean value)

Properties #

backward#

Type: Boolean

The direction to search from the current selection. The search will respect the writing direction of the document

caseSensitive#

Type: Boolean

Whether or not the search should be case sensitive.

wraps#

Type: Boolean

Whether the search should start at the beginning of the document once it reaches the end.

Titanium SDK Documentation