On Fri, Jun 26, 2009 at 7:05 AM, <[email protected]> wrote:

>  Hi Everyone
>
> I want to ask if progressive table has most of the functionality of
> ordinary table? Like click and double click events etc? I could not find it
> in docs.
>

Hi Monika,

Progressive's Table allows one to create such events in a cell renderer or
row renderer but by default it doesn't provide them. To see how/where you'd
add such events, look at the boolean cell renderer:
qx.ui.progressive.renderer.table.cell.Boolean, and search for where the
allowToggle property is used. You'll see where it creates onclick events to
handle the toggling of the icon, which is also were you'd add any events you
want generated. The easiest way to do this would be to subclass the cell
renderer and override the _identifyImage method.

Cheers,

Derrell
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to