Re: [qooxdoo-devel] Table custom cell renderer

2008-08-17 Thread Derrell Lipman
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

Re: [qooxdoo-devel] Table custom cell renderer

2008-08-17 Thread Petr Kobalíček
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]> >>

Re: [qooxdoo-devel] Table custom cell renderer

2008-08-16 Thread Derrell Lipman
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

Re: [qooxdoo-devel] Table custom cell renderer

2008-08-16 Thread Petr Kobalíček
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 >

[qooxdoo-devel] Table custom cell renderer

2008-08-16 Thread Petr Kobalíček
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