One thing is showing the value of the cell (it is HTML) (this is managed by
the DataCellRenderer), and another one is editing the value of a cell, by
creating a widget (this is managed by CellEditorFactory).

HTH


Alexander Weisser wrote:
> 
> Hi,
> i get some information about extending and overwrite function and so
> on.... I try it in a simple application and it works fine. I write some
> functions who set some values and return something. It looks like ok.
> 
> But my problem is the DataCellRenderer. In my mind the DataCellRenderer
> only usw HTML - Tags to create a Table. So the browser get a very large
> String with all information about the table like (<tr> <td> aso). After
> reading the browser show the table ant it works.
> 
> Now i don“t know how to add a object into the Table.
> 
> What i have done is:
> 
> Creat a SimpleTableMode.
> create a datal[] and add a lot of values in this array.
> with the function setData i add the data[] to the SimpleTableMode
> After that i create a table with the SimpleTableMode as parameter.
> 
> So it works well if i only add Strings to the data[].
> 

-- 
View this message in context: 
http://www.nabble.com/put-ComboBoxEx-object-into-table-tf3510491.html#a9854545
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to