mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
422 B
422 B
nav-title, title, description
| nav-title | title | description |
|---|---|---|
| placeholder How-To | placeholder | Examples for using placeholder |
Placeholder
Using the placeholder requires the Placeholder module. Creating native view for the Placeholder using creatingView event.
<Page>
{%raw%}<Placeholder creatingView="creatingView" />{%endraw%}
</Page>