Hi Ken,

AFAIK the table doesn't support varying row heights so it's probably not 
  a viable option. There's no column spanning either, which might be 
nice for multi-day items.

You could look into creating your own widget based on a container with a 
Grid layout. Alternatively, check out the qx.ui.virtual[1] package and 
associated demos[2]. For your needs, a WidgetCell layer 
(qx.ui.virtual.layer.WidgetCell) displaying custom cell widgets 
inheriting from virtual.cell.AbstractWidget looks like a good choice.

This is experimental stuff, but we don't anticipate major API changes.

Regards,
Daniel

[1] http://demo.qooxdoo.org/current/apiviewer/index.html#qx.ui.virtual
[2] http://demo.qooxdoo.org/current/demobrowser/#virtual~CellEvents.html

Ken MacDonald schrieb:
> Hi, I'm looking to display a 2-dimensional calendar of items in qooxdoo. 
> Each cell in this table can have a varying number of line items, sort of 
> like an event calendar - so columns could be Sunday -> Saturday, and 
> time slots could be the rows. In my case, a single cell can have 
> anywhere from 10 to 50+ items, and each item should be individually 
> clickable to bring up a "more info" panel. Cells in the calendar should 
> not have scroll bars, just the overall calendar will be scrollable and 
> cells will be as tall as they need to be to show all their items.
> 
> Should I/ can I create a table, where each table cell contains a 
> (what??? SelectBox? ListBox? ) with the 50+ clickable items? Or is there 
> a better qooxdoo structure to display the data??
> Thanks for any suggestions,
> Ken
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to