UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 213 B
```css // Property: canEdit // Description: Specifies if the item can be deleted by a user initiated action. // Component(s): Ti.UI.ListItem '.can-edit': { canEdit: true } '.can-edit-false': { canEdit: false } ```