raw/endraw added

This commit is contained in:
Vladimir Enchev
2015-07-15 17:14:57 +03:00
parent 511faabb9a
commit 65b05d4a86
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import htmlViewModule = require("ui/html-view");
// ### Declaring a HtmlView.
//```XML
// <Page>
// <HtmlView html="{{ htmlString }}" />
// {%raw%}<HtmlView html="{{ htmlString }}" />{%endraw%}
// </Page>
//```

View File

@ -14,7 +14,7 @@ import webViewModule = require("ui/web-view");
// ### Declaring a WebView.
//```XML
// <Page>
// <WebView src="{{ someUrl | pathToLocalFile | htmlString }}" />
// {%raw%}<WebView src="{{ someUrl | pathToLocalFile | htmlString }}" />{%endraw%}
// </Page>
//```