Hey John,
I want to apply text-shadow via a theme, but AFAICT this can't be done via a 
decorator – is that correct?
Yes, thats right, we don't have that feature in the framework so far.

Is there any way to do this without hard-coding the style on each widget's 
contentElement?

I would suggest to write a decorator mixin. Thats not that much work and can be 
used with the theme and all the infrastructure. Just take a look at the 
MBorderRadius Mixin in qx.ui.decoration and see how the broder radius is 
applied. Implement a method named _style<XYZ> and included that in a decorator 
and thats it. At least I would do it that way for the framework. :)

Regards,
Martin
------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to