: 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
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
> 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
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
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
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
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
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
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