Thanks for your reply. I also come to this conclusion.

But your suggestion about the Font Class is interesting. I'll have a look at
that! 

Thanks!


Mustafa Sak-5 wrote
> I would advise you to extend qx.ui.basic.Label and provide it with a new
> property, which apply-method could just sets or removes a CSS style on the
> content element of the widget. e.g. this ***NOT TESTED*** code
> 
> _applyTextTransform : function(value, old)
> {
>   if (value){
>     this.getContentElement.setStyle("textTransform", value);
>     return;
>   }
> 
>   this.getContentElement.removeStyle("textTransform");
> }
> 
> 
> Mustafa Sak
> 
> Applications & Integration
> 
> 1&1 Internet AG
> Ernst-Frey-Straße 10
> DE-76135 Karlsruhe





--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/textTransform-uppercase-as-themable-property-tp7582770p7582774.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to