UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

9 lines 469 B
```css // Property: datePickerStyle // Description: Determines how a date or time picker should appear. // Component(s): Ti.UI.Picker '.date-picker-style-automatic': { datePickerStyle: Ti.UI.DATE_PICKER_STYLE_AUTOMATIC } '.date-picker-style-wheels': { datePickerStyle: Ti.UI.DATE_PICKER_STYLE_WHEELS } '.date-picker-style-compact': { datePickerStyle: Ti.UI.DATE_PICKER_STYLE_COMPACT } '.date-picker-style-inline': { datePickerStyle: Ti.UI.DATE_PICKER_STYLE_INLINE } ```