Added some links to ApiReference.

This commit is contained in:
Nedyalko Nikolov
2015-03-04 14:49:14 +02:00
parent 3903ec13a6
commit 46fcc22672
5 changed files with 28 additions and 17 deletions

View File

@@ -280,12 +280,7 @@ export var test_cssShouldBeAppliedToAllNestedElements = function () {
StackLayout = new stackLayoutModule.StackLayout();
StackLayout.addChild(label);
testPage.content = StackLayout;
//<snippet module="ui/page" title="Page">
//### Adding a css that affects all nested UI components.
//``` JavaScript
testPage.css = "stackLayout {background-color: #ffff0000;} label {background-color: #ff00ff00;}";
//```
//</snippet>
return testPage;
};