On Feb 11, 2008 11:46 AM, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote:
> did you (or someone else) ever implement this "qx.ui.table.cellrender.Html "
> cellrenderer?

There isn't one, but I suspect all you need to do is extend
qx.ui.table.cellrenderer.Default and override _getContentHtml with
this:

_getContentHtml : function(cellInfo)
{
  return cellInfo.value;
}

Cheers,

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to