Hi, any experience in changing a Widget's (background-) color dynamically? afaik I can only change the CSS style name but as the color is computed, I don't have a chance here?
I found something like
DOM.setStyleAttribute(mywidget.getElement(), "background", "#FF0000");
but that rather looks nasty.
any ideas?