2008/8/17 Petr Kobalíček <[EMAIL PROTECTED]>
> Thank you Darrell,
>
> The qooxdoo documentation is sometimes hidden for me :-) For example
> about this problem I looked to Table, to all cell renderer classes and
> to source code but not to ICellRenderer:-)
Yet again, the documentation is there b
Thank you Darrell,
The qooxdoo documentation is sometimes hidden for me :-) For example
about this problem I looked to Table, to all cell renderer classes and
to source code but not to ICellRenderer:-)
2008/8/17 Derrell Lipman <[EMAIL PROTECTED]>:
> 2008/8/16 Petr Kobalíček <[EMAIL PROTECTED]>
>>
2008/8/16 Petr Kobalíček <[EMAIL PROTECTED]>
> I'm analyzed cellInfo an it's cellInfo.rowData :)
>
> 2008/8/17 Petr Kobalíček <[EMAIL PROTECTED]>:
> > Hi,
> >
> > How to access other columns from custom cell renderer?
>
The cellInfo object contains a bunch of useful data, and it's slightly
misnam
I'm analyzed cellInfo an it's cellInfo.rowData :)
2008/8/17 Petr Kobalíček <[EMAIL PROTECTED]>:
> Hi,
>
> How to access other columns from custom cell renderer?
>
> For example in qooxdoo is this cell renderer:
>
> /**
> * The string data cell renderer. All it does is escape the incoming String
>
Hi,
How to access other columns from custom cell renderer?
For example in qooxdoo is this cell renderer:
/**
* The string data cell renderer. All it does is escape the incoming String
* values.
*/
qx.Class.define("qx.ui.table.cellrenderer.String",
{
extend : qx.ui.table.cellrenderer.Conditi