C.Bieser schrieb:
> 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?
>
Are you sure, it won't work without the "type"? Maybe you just had to
rerun "make source". The first code you posted should definitively work.
Best Fabian
-------------------------------------------------------------------------
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