Titanium.UI.TabGroup.blur

Platform Since
Android 0.9
iPhone 0.9
iPad 0.9
Mobile Web 1.8

Summary

Fired when the tab group loses focus.

Properties

Properties of the object passed to the event callback:
Name Type Summary
index Number

Index of the current active tab.

previousIndex Number

Index of the previous active tab.

previousTab Titanium.UI.Tab

Previous active tab.

source Object

Source object that fired the event.

tab Titanium.UI.Tab

Active tab.

type String

Name of the event fired.