windowToolbarParam

Dictionary of options for the Titanium.UI.Window.setToolbar method.

  • 3.1.3
  • 3.1.3

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

Defined By

Properties

windowToolbarParam
: Boolean
Defines if the toolbar appearance is animated. ...

Defines if the toolbar appearance is animated.

Default: true if the window has toolbar items, false otherwise.

windowToolbarParam
barColor : String

Background color for the toolbar, as a color name or hex triplet.

Background color for the toolbar, as a color name or hex triplet.

windowToolbarParam
: String
The tintColor to apply to the tool bar. ...

The tintColor to apply to the tool bar. Applicable on iOS 7 and above.

windowToolbarParam
: Boolean
Defines if the toolbar is translucent. ...

Defines if the toolbar is translucent.

Default: true on iOS 7 and above, false otherwise.