Dear Jonathan,
thank you for message.Unfortunately I received an errormessage.
G.getBehavior is not a function
I work with verson 0.81
here is a part of my programm.
var tabellenmodel = new qx.ui.table.model.Simple();
tabellenmodel.setColumns(["Nr.","Nachname","Vorname","Geburtsdatum"]);
var tabelle = new qx.ui.table.Table (tabellenmodel);
var tcm = tabelle.getTableColumnModel();
// Obtain the behavior object to manipulate
var resizeBehavior = tcm.getBehavior();
// This uses the set() method to set all attriutes at once; uses flex
resizeBehavior.set(0, { width:"1*", minWidth:40, maxWidth:80 });
>var resizeBehavior = tcm.getBehavior();
when I use getBehavoir I get the errormessage
G.getBehavior is not a function
I took your advise and used it as you told me.
I want to define a complete table not separate colums
var table=width100% I normally write in html
to receive on the browser page filled completely with the table
>maxLength is not working
>gridcontainer.add(geboren,{row:2, column:1,maxLength:10});
I can enter more than 10 bytes or digits or letters.
regards
Ludger v. Stetten
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel