mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
661 B
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>