On Sat, Feb 20, 2010 at 04:35, Stefan Meyer <[email protected]> wrote:
> Hello,
>
> in the example i cant fidne any align definition and in the api docu at
>
> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.columnmodel
>
> i cant fine anything about this too.
>
What, specifically, are you trying to do? Align the contents of cells? That
would be a cell renderer issue, not a column issue, since often different
contents get aligned differently. In fact, if you look at the API docs for
qx.ui.table.cellrenderer.Default you'll see that it has a useAutoAlign
property which causes numbers to be right-aligned, and anything else to be
left-aligned.
It's likely that one of the qx.ui.table.cellrenderer.* renderers will do
what you need. If not, you can use those as a template to write your own.
Once you extend the closest existing cell renderer to what you need, you
should need to modify only very small portions of it in your subclass.
Derrell
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel