mburg
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven M. Cherry
Sent: Friday, December 14, 2007 10:26 PM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Add New Row
Hi Andreas,
Here's how I add rows to my tables, when the user needs to:
globa
ftsführer: Jörn Radel
> Sitz der Gesellschaft: Hamburg
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tobias Koller
> (GERMO GmbH)
> Sent: Friday, December 14, 2007 11:21 AM
> To: qooxdoo Development
> Subject: Re: [qooxdoo-d
ilto:[EMAIL PROTECTED] On Behalf Of Tobias Koller
(GERMO GmbH)
Sent: Friday, December 14, 2007 11:21 AM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Add New Row
Hi andreas,
Do you get any error-messages ?
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL
Hi andreas,
Do you get any error-messages ?
Tobias
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Andreas Tepper
Gesendet: Freitag, 14. Dezember 2007 10:24
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Add New Row
Hello Tobias
:24
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Add New Row
Hello Tobias,
thanks for your reply. I've tried the addRows-Function before, but it did not
work. It's a silly phenomenom, this code did not work (adds no empty row at the
end o
Development
Betreff: Re: [qooxdoo-devel] Add New Row
Hello Tobias,
thanks for your reply. I've tried the addRows-Function before, but it did not
work. It's a silly phenomenom, this code did not work (adds no empty row at the
end o
()".
When i type "this.tableExpenses.getTableModel()" i've got an error saying that
tableExpenses has no properties...
I am a bit confused, why does the first one not work?
BTW: Thanks for the 29, i wish it would be real... ;-)
Thanks again and kind re
Hi andreas,
Here is an example:
if you have the following columns: id|name|firstname|age|hobby
var row = new Array("1","Tepper", "Andreas", "29", "programmingQooxdoo");
mytable.getTableModel().addRow(row);
if you don't want to fill this fields you can also just make something like:
var row =