Re: [qooxdoo-devel] check if class includes mixin

2007-08-01 Thread Siarhei Barysiuk
Thanks Alex! Alex Back wrote: > Hi Siarhei, > > Siarhei Barysiuk wrote: > >> Hello folks, >> >> How to check if class includes particular mixin? >> >> For example I have object: >> var firstName = new qx.ui.form.TextField(); >> >> how to check if class(qx.ui.form.TextField) of this object incl

Re: [qooxdoo-devel] check if class includes mixin

2007-08-01 Thread Alex Back
Hi Siarhei, Siarhei Barysiuk wrote: > Hello folks, > > How to check if class includes particular mixin? > > For example I have object: > var firstName = new qx.ui.form.TextField(); > > how to check if class(qx.ui.form.TextField) of this object includes > mixin (qx.xxx.MXXX) ? > > I saw at Mixin cl

[qooxdoo-devel] check if class includes mixin

2007-08-01 Thread Siarhei Barysiuk
Hello folks, How to check if class includes particular mixin? For example I have object: var firstName = new qx.ui.form.TextField(); how to check if class(qx.ui.form.TextField) of this object includes mixin (qx.xxx.MXXX) ? I saw at Mixin class but it seems that it doesn't have necessary method