Hello,
I can't make this to work from 0.7.3 source. Code from Demo
Browser/Table_1.html
// Customize the table column model. We want one that automatically
// resizes columns.
var custom =
{
tableColumnModel :
function(obj)
{
return new qx.ui.table.columnmodel.Resize(obj);
}
};
// table
var table = new qx.ui.table.Table(tableModel, custom);
I get Line:142, Char 9 , Object expected error with 'var table = new
qx.ui.table.Table(tableModel, custom);
'.
I made a work around by using 'new qx.ui.table.Table(tableModel)'.
How can I use the custom resize behaviour? Can somebody tell me the fix in
the code?
Thanks.
Kanugula.
--
View this message in context:
http://www.nabble.com/Broken-Table-Resize-Model-source-0.7.3-tp14954013p14954013.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
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