I've just migrated on old File to v0.7 and now I get the following Error. I
han't fount anything in the Archiv the helps me...

Do You have an Idea?

Thanks,
  Christian

-----
The configuration key "extend" in class "pim.remoteTableModel" is not
allowed!

qx.Class.define("pim.remoteTableModel",
{
  extend : qx.ui.table.model.Remote,

  construct : function()
  {
    this.base( arguments );
    qx.ui.table.model.Remote.call( this );
    this._requestUrl = '';
    this._columns = -1;
  },

[...]
});
-- 
View this message in context: 
http://www.nabble.com/Error%3A-configuration-key-%22extend%22-is-not-allowed%21--v0.7--tf3908277.html#a11081174
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to