After changing Remote.js (qx.ui.table.model.Remote) from
-------
qx.Class.define("qx.ui.table.model.Remote",
{
  extend : qx.ui.table.model.Abstract,
[...]
});
-------
to
-------
qx.Class.define("qx.ui.table.model.Remote",
{
  type : "abstract",
  extend : qx.ui.table.model.Abstract,
[...]
});
-------
it works. 

Is this a Bug?

  Christian


Sebastian Werner wrote:
> 
> It seems that the given class is undefined. Please be sure that the 
> class (Remote) is included before your custom class.
> 
> Sebastian
> 

-- 
View this message in context: 
http://www.nabble.com/Error%3A-configuration-key-%22extend%22-is-not-allowed%21--v0.7--tf3908277.html#a11083005
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