UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 272 B
```css // Property: handleLinks // Description: Specifies if the text area should allow user interaction with the given URL in the given range of text. // Component(s): Ti.UI.TextArea '.handle-links': { handleLinks: true } '.handle-links-false': { handleLinks: false } ```