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
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
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