Dictionary of options for Titanium.UI.iPad.Popover.show and Titanium.UI.iPad.Popover.hide.
All properties are optional except you need to specify the view
property for the show()
method to attach the popover to a view component.
The hide()
method only supports the animated
property.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Indicates whether to animate showing or hiding the popover.
Default: true
Sets the arrow position of the popover relative to the attached view object's dimensions when showing the popover.
Setting the x, y coordinates to (0, 0) places the popover in the top-left corner of the view object. Set both the width
and height
properties to 1.
Default: All dimension properties are set to zero.