Howdy,
absolutely right, the API at various places could be easier and more
intuitive for the application developer. Please see the corrensponding
entry in Bugzilla:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=116
Some of the your widget examples could need a specific mapping to hide
internal
Hello all,
I try to use the widget qx.ui.ListView :
*** ListView creation and fill with data
var ld=[];
for (i=0;i<10;i++){
ld.push({
COL1 : { text : "TEST1" },
COL2 : { text : "TEST2"},
COL3 : { text : "TEST3" },
});
}
var lc = {
COL1 : { label : "myCol1", width : 120, sortable: true, type : "