showParams

Dictionary of options for the Titanium.UI.OptionDialog.show method.

  • 0.8

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

Defined By

Properties

showParams
animated : Boolean

Determines whether to animate the dialog as it is shown.

Determines whether to animate the dialog as it is shown.

showParams
buttonNames : String[]

Array of String instances.

Array of String instances.

They will be shown as buttons' titles. They are limited up to three buttons and with a predefined order - positive, neutral, negative. See events.

showParams
message : String

String to be used as a message for the dialog.

String to be used as a message for the dialog.

showParams
options : String[]

Array of String instances.

Array of String instances.

They will be shown as a single choice list.

showParams
rect : Dimension

Positions the arrow of the option dialog relative to the attached view's dimensions.

Positions the arrow of the option dialog relative to the attached view's dimensions.

Setting the x, y coordinates to (0, 0) places the dialog in the top-left corner of the view object. Set both the width and height properties to 1.

showParams
title : String

String to be used as title for the dialog.

String to be used as title for the dialog.

View to which to attach the dialog.

View to which to attach the dialog.