PopoverParams

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.

  • 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

PopoverParams
: Boolean
Indicates whether to animate showing or hiding the popover. ...

Indicates whether to animate showing or hiding the popover.

Default: true

PopoverParams
: Dimension
Sets the arrow position of the popover relative to the attached view object's dimensions when showing the popover. ...

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.

PopoverParams
view : Titanium.UI.View

Attaches the popover to the specified view when showing the popover.

Attaches the popover to the specified view when showing the popover.