snippets fixed

This commit is contained in:
Vladimir Enchev
2015-07-15 17:12:51 +03:00
parent 60c7bddd62
commit 511faabb9a
2 changed files with 10 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ import htmlViewModule = require("ui/html-view");
// ```
// </snippet>
// <snippet module="ui/html-view" title="HtmlView">
// ### Declaring a HtmlView.
//```XML
// <Page>
@@ -45,6 +46,8 @@ export var testLoadHTMLString = function () {
// ### Using HtmlView
// ``` JavaScript
htmlView.html = '<span><font color="#ff0000">Test</font></span>';
// ```
// </snippet>
helper.goBack();