Hi, 

I have found a very simple solution to this:

myTableInstance.getDataRowRenderer()._styleBgcolFocusedSelected("grey",
"grey");
or 
instead of the color name "colourName" i can use the hex code like this
"#C9C9C9"

Have a great day,
Ina


Ina Munteanu wrote:
> 
> Hello,
> 
> I am using a table<qx.ui.table.Table> with a simple
> model<qx.ui.table.model.Simple>. I need to change the background color for
> the selected row, that is blue by default. Can you tell me how can i do
> this?
> 
> Thanks
> 

-- 
View this message in context: 
http://www.nabble.com/change-selection-background-color-for-Table%28qx.ui.table.model.Simple%29-tp16537274p16551488.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to