Hi! extend = qx.OO.defineClass proto => qx.OO.Proto
Please take also a look here: http://qooxdoo.org/documentation/user_manual/defining_own_classes Cheers, Sebastian [EMAIL PROTECTED] schrieb: > Hi list! > > I've a problem of inheritance. > In fact, i would like someone to explain with a simple exemple how > does inheritance work with Qooxdoo 0.6. What will be the next code if > i transform it for 0.6? > > function Exemple(barviewbutton) > { > QxBarViewPage.call(this,barviewbutton); > ......... > } > Exemple.extend(QxBarViewPage,"Exemple"); > > proto._onChange(data){ > var date = this.getDate(); > alert("Date: " + date); > } > proto.getDate = function() > { > return this.dateSelec.getDate(); > } > > > Thanks in advance! > - Gaƫl GUILMIN 2A TRS - > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
