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

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>