Hi,
seems like gmail is messing with my mails to this list. Sorry for the inconvenience.

Jim Hunter wrote:
Is it possible to have custom row colors (each row might have a different color) in the ListVIew? It is possible for me to set up CSS rules ahead of time for each color if there is a way to utilize that for the row color as we are only utilizing about 8 different colors. Any thoughts or suggestions?

This is not possible without some serious hacking/overriding in the
class QxListViewPane. But it sounds harder than it is. Just take a
look at the class and you'll see where rows are constructed.
You may then use the setHtmlProperty('className' ,
'whateveryourCssClassIsCalled'); method of the QxWidget class to
define css class names to certain list view rows.

Cheers

Benjamin


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
Qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to