Files
NativeScript/apps/tests/ui/html-view/htm-view.md
2016-04-15 12:14:06 +03:00

411 B

nav-title, title, description
nav-title title description
HtmlView How-To How-To Examples for using HtmlView

HtmlView

Using a HtmlView requires the html-view module.

Declaring a HtmlView.

 <Page>
      {%raw%}<HtmlView html="{{ htmlString }}" />{%endraw%}
 </Page>

Creating a HtmlView

Using HtmlView