UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 270 B
```css // Property: autoTabTitle // Description: If set to true it will automatically set the actionbar title to the current tabs window title. // Component(s): Ti.UI.TabGroup '.auto-tab-title': { autoTabTitle: true } '.auto-tab-title-false': { autoTabTitle: false } ```