Hi David,

you could subclass qx.ui.basic.Label and add a new themable property for 
textShadow. Of course that means you'd also have to create derived 
classes for any composite widgets that you want to use the shadowed 
label, but that should be fairly simple since you'll only have to 
override _createChildControlImpl.

Other than that, there's always the quick and dirty way of listening to 
the widget's "appear" event and setting the DOM element's style property 
directly

On 11/17/2011 05:21 PM, d2 wrote:
> Hi,
>
> How can I add a css property to the content or the container element ?
> I want to add text-shadow, I don't see any way of doing this without
> changing the qooxdoo framework. Properties on appearances are limited and
> decorator create a new html element with a absolute position.
>
> David
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/add-css-to-the-content-element-tp7004695p7004695.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to