Hi Martin,
> thats not that easy like in the case of a label because the header cell is
> created by a factory (header cell renderer). So you would need to subclass
> the default header cell renderer (qx.ui.table.headerrenderer.Default) and
> re-implement createHeaderCell. The code could look something like this (NOT
> TESTED!) :
>
> createHeaderCell : function(cellInfo) {
>   var widget = this.base(arguments, cellInfo);
>  
> widget.getChildcontrol("label").getContentElement().setStyle("text-shadow",
> "red 3px 2px");
>   return widget;
> }
>   
Thanks. I think I'll implement it later. I don't think the table headers 
will stand out any better with a shadow than it is already :)

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to