mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
730 B
730 B
nav-title, title, environment, description, previous_url
| nav-title | title | environment | description | previous_url |
|---|---|---|---|---|
| Page How-To | page | nativescript | Examples for using Page | /ApiReference/ui/page/HOW-TO |
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>