I forgot, this is in qooxdoo .6.6, thanks.

On 5/3/07, Jim Hunter <[EMAIL PROTECTED]> wrote:

I am trying to do some modification of the ListView in order to provide
colored background for rows and I'm not getting what I would expect. In
preparation for final changes I tried some brute force changes but got
nothing. I placed a line right after this line:

vCell = new vColumns[vCol].contentClass;

to set the background color of all cells to yellow but it stayed white. I
did something similar to this in the Table by changing the Row element
background and that worked fine, but the ListView does not have a row
element. Is there some other place that the background is getting changed
that I am not seeing? Here is what the code now looks like, I tried both the
qooxdoo method and I tried setting the DOM property:

        vCell = new vColumns[vCol].contentClass;
        vCell.setBackgroundColor('yellow');
        vCell.setStyleProperty('backgroundColor', 'yellow');

Does anyone have an idea of where I can look to get this working?

Thanks,
Jim
www.D4PHP.org
www.D4PHP-Hosting.com


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to