Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-11 Thread Simon Bull
: Friday, 8 December, 2006 8:35:54 AM Subject: Re: [qooxdoo-devel] Table with embeded controls in the cell Til, I have tried everything that Andreas has suggested and was able to put a button in a grid by creating a renderer, but I have not been able to get the click event to work on a button

Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-07 Thread Jim Hunter
Til, I have tried everything that Andreas has suggested and was able to put a button in a grid by creating a renderer, but I have not been able to get the click event to work on a button or an A tag. With the button, you can see it being clicked but the code attached to it does not execute. Any th

Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-07 Thread Til Schneider
> For performance reasons the table uses plain HTML for cell rendering. > Therefore it is not possible to place qooxdoo widgets in cells. But you > may use a qooxdoo widget as cell editor (this is the widget that > will be > shown in the currently edited cell, which is possible

Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-06 Thread Andreas Junghans
Hi Jim, Am 07.12.2006 um 01:16 schrieb Jim Hunter: > Thanks for the example. I used it verbatim to see if I could get > a nice little hotlink to work and it 'looks' correct but nothing > happens when you click the link. The function updateDataCellElement > never gets called and this is wh

Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-06 Thread Jim Hunter
Andreas, Thanks for the example. I used it verbatim to see if I could get a nice little hotlink to work and it 'looks' correct but nothing happens when you click the link. The function updateDataCellElement never gets called and this is where is looks like it's setting up the onclick event. I ex

Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-06 Thread Jim Hunter
On 12/6/06, Til Schneider <[EMAIL PROTECTED]> wrote: Jim Hunter wrote: > I have searched the archives and don't see a solution for my problem. I > am in need of placing a button into the cell of a Table. And naturally I > need to be able to respond to the click event of that button. For perform

Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-06 Thread Andreas Junghans
Hi, Am 06.12.2006 um 13:09 schrieb Til Schneider: > @Andreas Junghans: As far as I know, you are using links in a > table. Can > you post a small example to the list? I'm using a custom data cell renderer for that. The values (returned by the table model) for links look like this: {href: "j

Re: [qooxdoo-devel] Table with embeded controls in the cell

2006-12-06 Thread Til Schneider
Jim Hunter wrote: > I have searched the archives and don't see a solution for my problem. I > am in need of placing a button into the cell of a Table. And naturally I > need to be able to respond to the click event of that button. For performance reasons the table uses plain HTML for cell rende

[qooxdoo-devel] Table with embeded controls in the cell

2006-12-05 Thread Jim Hunter
I have searched the archives and don't see a solution for my problem. I am in need of placing a button into the cell of a Table. And naturally I need to be able to respond to the click event of that button. Alternatively, I might be able to get away with a HotLink in the cell (did not see any exam