view example update

This commit is contained in:
2015-07-18 00:02:21 +03:00
parent c532dc6e9f
commit 29b1b05441
4 changed files with 21 additions and 6 deletions

View File

@@ -15,7 +15,12 @@ class ViewExample {
}
public function new() {
new Root(new FormView({listener:this}));
var form = new FormView({listener:this});
Root.bind(form);
trace(form.panel);
trace(form.button1);
trace(form.button2);
trace(form.button3);
}
public function onPress(view:ButtonView):Void {