Progressive table

View: New views
2 Messages — Rating Filter:   Alert me  

Progressive table

by monika.falk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
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.
 
S pozdravem / Best regards,
 
Monika Falk, Software Specialist
 
 
 

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: Progressive table

by Derrell Lipman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Jun 26, 2009 at 7:05 AM, <monika.falk@...> 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
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel