UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 263 B
```css // Property: cancelable // Description: When true allows the user to cancel the progress dialog by pressing the BACK button. // Component(s): Ti.UI.Android.ProgressIndicator '.cancelable': { cancelable: true } '.cancelable-false': { cancelable: false } ```