Dear Qooxdoo team,
I tired
var Tabelle = new qx.ui.table.Table(Tabellenmodell).set({width: "100%"});
no error messages just a blank screen in my browser.
my programm
var Tabellenmodell = new qx.ui.table.model.Simple();
Tabellenmodell.setColumns(["Id", "Nachname", "Vorname",
"Geschlecht"],["id","nn","vn",sex"]);
var Tabelle = new qx.ui.table.Table(Tabellenmodell).set({width: "100%"});
this.getRoot().add(Tabelle);
How can I get it activated.
regards
Ludger v. Stetten
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel