lycovian schrieb:
> I can't find a reference to this in the board but I know it is possible. 
> Sorry if this is a redundant questions but I have a URL that I would like to
> show as a link in a cell inside of .Table.  Any idea on how to get a
> hyperlink inside of a cell?
> 
> Thanks in advance for the help.

You have to create a renderer, by subclassing 
qx.ui.table.AbstractDataCellRenderer and overriding _getContentHtml.

Set this renderer at the column where you want to have the link:
     myTable.getTableColumnModel().setDataCellRenderer(myColumnIndex,
         new mypackage.MyLinkRenderer());




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to