purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
11 lines • 608 B
Markdown
```css
// Property: sourceType
// Description: Displays the source type.
// Component(s): Ti.Calendar.Calendar
'.source-type-calendar-local': { sourceType: Ti.Calendar.SOURCE_TYPE_LOCAL }
'.source-type-calendar-exchange': { sourceType: Ti.Calendar.SOURCE_TYPE_EXCHANGE }
'.source-type-calendar-caldav': { sourceType: Ti.Calendar.SOURCE_TYPE_CALDAV }
'.source-type-calendar-mobileme': { sourceType: Ti.Calendar.SOURCE_TYPE_MOBILEME }
'.source-type-calendar-subscribed': { sourceType: Ti.Calendar.SOURCE_TYPE_SUBSCRIBED }
'.source-type-calendar-birthdays': { sourceType: Ti.Calendar.SOURCE_TYPE_BIRTHDAYS }
```