Files
NativeScript/tests/app/ui/button/button.md
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

723 B

nav-title, title, description, previous_url
nav-title title description previous_url
button How-To button Examples for using button /ApiReference/ui/button/HOW-TO

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