Files
NativeScript/tests/app/ui/html-view/htm-view.md
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

462 B

nav-title, title, description, previous_url
nav-title title description previous_url
HtmlView How-To html-view Examples for using HtmlView /ApiReference/ui/html-view/HOW-TO

HtmlView

Using a HtmlView requires the html-view module.

Declaring a HtmlView.

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

Creating a HtmlView

Using HtmlView