view example update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user