Charles SALMON schrieb:
> Hello,
> 
> If I create a property by using:
> myClass.addProperty({ name : "prop", type : QxConst.TYPEOF_ARRAY });
> 
> without giving any default value,
> 
> Is there a way to get back (later in the code) its type ? (ie 
> QxConst.TYPEOF_ARRAY)

Inside the modifier you get three parameters. The third is propData 
which contains a property "type" which is the same you have defined with 
your addProperty call.

Sebastian

> 
> Thanks,
> 
> Charles.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to