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