On 6/12/07, C.Bieser <[EMAIL PROTECTED]> wrote:
>
> 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?
qx.ui.table.model.Remote does happen to be an abstract class and
should probably be marked as such (as you did), but that shouldn't
prevent it from being extended anyway.
Derrell
-------------------------------------------------------------------------
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