Skip to content

Titanium.UI.showParams

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

Platforms: ipad, macos

Properties #

animated#

Type: Boolean

Determines whether to animate the dialog as it is shown.

rect#

Type: Dimension

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.

view#

Type: Titanium.UI.View

View to which to attach the dialog.

Titanium SDK Documentation