Files
NativeScript/apps/tests/ui/page/page.md
2016-05-02 18:08:46 +03:00

661 B

nav-title, title, description
nav-title title description
Page How-To page Examples for using Page

Page

Using a page requires the Page module.

Attaching event handler for the Page loaded event to set bindingContext.

<Page loaded="pageLoaded">
  {%raw%}<Label text="{{ name }}" />{%endraw%}
</Page>
### Creating and navigating to the created page. ### Navigating backward is as simple as calling a single method. ### Pass data to the new page.