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

@@ -23,7 +23,7 @@ export var testAll = function () {
absoluteLayout.height = 230;
absoluteLayout.style.backgroundColor = new colorModule.Color("LightGray");
var label;
// Left Top
//// In absolute layout place of an UI element is determined by 4 parameters : left, top, width and height.
label = new labelModule.Label();
label.width = 100;
label.height = 100;