On Sun, Aug 15, 2010 at 15:09, nexar <[email protected]> wrote:
> > How does the Super know that we have already dealt with the Return or Tab > keys and therefore not to do anything with them further? > There is no automatic call to the superclass in qooxdoo. If the subclass doesn't call this.base(arguments) then the superclass's overridden method never gets called. Since the code I provided calls the superclass only in the event that the subclass doesn't handle the event, the superclass will never be invoked if the subclass handles it, and the subclass does nothing but invoke the superclass if the subclass does not handle it. Cheers, Derrell
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
