purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 302 B
Markdown
```css
// Property: buttonClickRequired
// Description: Setting this to true requires the end-user to click a dialog button to close the dialog.
// Component(s): Ti.UI.AlertDialog
'.button-click-required': { buttonClickRequired: true }
'.button-click-required-false': { buttonClickRequired: false }
```