On Tue, Oct 14, 2008 at 4:36 PM, Fritz Zaucker <[EMAIL PROTECTED]> wrote:
> Hi Derrell,
>
> thanks for your reply. Is there an example or some pseudo code (or more
> documentation) somewhere, for using the row renderer and changing its
> behaviour? I can't really figure it out from the API docu and couldn't find
> an appropriate example in the demo browser either.
>
> It seems the table stuff is very powerful, but somehow I fail to get to the
> magic ...
I don't know of an examples of this, but it's a matter of extending
qx.ui.table.rowrenderer.Default and then specifying that your row renderer
is to be used for rendering the table, by calling table.setRowRenderer(new
yournamespace.yourRowRenderer());
What is your experience level with qooxdoo? If you're comfortable extending
qooxdoo classes, this shouldn't be too difficult of a job. You will want to
look at the source of the Default row renderer so you can see how little
createRowStyle() does and what little you need to do differently when you
override that method in your extending class.
Once you've had a chance to look at the row renderer's createRowStyle()
method, I think you'll understand, but if not, feel free to ask more
detailed questions.
Cheers,
Derrell
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel