deutsches ajax framework code example
Example 1: deutsches ajax framework
this.getRoot().add(button, {left: 30, top: 20});
Example 2: deutsches ajax framework
var button = new qx.ui.form.Button("Hello...");
this.getRoot().add(button, {left: 30, top: 20});
var button = new qx.ui.form.Button("Hello...");