Hi Michael,
On Saturday 23 May 2009 Michael Helwig wrote:
> thanks for your answer. I have already found those classes and functions
> but I'm still not sure if this is what I'm looking for. I hoped that
> there was an easier way than writing a new row renderer, since I only
> need to change the c
Hi Ian,
thanks for your answer. I have already found those classes and functions
but I'm still not sure if this is what I'm looking for. I hoped that
there was an easier way than writing a new row renderer, since I only
need to change the color of a single row (or, at least, only a few
rows).
Hi Michael,
Check source & API of
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.IRowRenderer &
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.rowrenderer.Default
. You can make your custom row renderer and set table row renderer by
property
http://demo.qooxdoo.org/current/apiv
Hi,
is there a way to change the style of a specific table row at runtime?
I'd like to mark rows where the user entered new data, e.g. by
changing its color, but I cannot figure out how to to this. I do not
really understand where the row colors are defined and how that can be
changed (at runti