Re: [qooxdoo-devel] Override a mixin method

2015-11-29 Thread voger
Thanks. This is a very handy tip. On 29/11/2015 01:54 μμ, Dietrich Streifert wrote: > Hi voger, > > You are able to override mixin methods, not in the class which includes the > mixin, but in a subclass of that class. > > So if class A uses mixin MA having the method _createBlocker, derive class

Re: [qooxdoo-devel] Override a mixin method

2015-11-29 Thread Dietrich Streifert
Hi voger, You are able to override mixin methods, not in the class which includes the mixin, but in a subclass of that class. So if class A uses mixin MA having the method _createBlocker, derive class subA from class A and override in subA method _createBlocker. Regards Dietrich > Am 29.11.2