The API docs should suffice ( http://incubator.apache.org/pivot/1.4/docs/api/org/apache/pivot/wtk/Renderer.html), combined with the tutorial. The fact that the Renderer interface extends ConstrainedVisual and provides a getStyles() method is what enables this functionality. Our tutorial is actually pretty good about explaining how styles tie in to WTKX and how to find out which styles are available for any given component or renderer.
-T On Thu, Nov 19, 2009 at 9:18 AM, Sandro Martini <sandro.mart...@gmail.com>wrote: > > Yes, I do this in WTKX in many places in my existing Pivot apps - > > <content:FooRenderer styles="{horizontalAlignment:'right'}" /> > Ok, thanks ... so probably could be a good idea to have a description > of this, or at least a sample of it inside some tutorial or demo. > > Thanks for the info, > Sandro >