Files
NativeScript/apps/tests/ui/button/button.md
2016-04-14 16:52:51 +03:00

678 B

nav-title, title, description
nav-title title description
button How-To How-To Examples for using button

Button

Declaring button module

Button module is required to use any button feature.

Other frequently used modules when working with buttons include:

Attaching event handler for the button tap event.

<Page>
  <Button tap="buttonTap" />
</Page>

Creating a button

Setting the text of a button

Responding to the tap event

Binding text property directly to model