derrick shaw schrieb:
Is there a recommended method for inheritance using the qooxdoo
framework. Under the 0.14 framework, my method (see below) of
inheriting from qooxdoo classes worked fine, but it nolonger seems to
work under version .5 of qooxdoo.Any recommendation?
I don't think we
Hi!
You'll want to look at the extend method that Qooxdoo adds to the
Function prototype:
function FunkyNewClass() {
...
}
FunkyNewClass.extend(QxWindow, "FunkyNewClass");
An example can be found at
http://qooxdoo.oss.schlund.de/2005/10/26/inheritance
Best regards,
Chris
derrick shaw wr
Is there a recommended method for inheritance using the qooxdoo
framework. Under the 0.14 framework, my method (see below) of
inheriting from qooxdoo classes worked fine, but it nolonger seems to
work under version .5 of qooxdoo. Any recommendation?
MytechiesFrmDataMonger.prototype = new QxWind