On 10/11/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
add your def. to the base-desktop.xss and maybe added some constants for that to SkinSelectors.java
Well, that's only if you're building new components for inclusion in Trinidad. If you're building your own components, then you'd put those styles in a custom skin, and tell people to use that skin. (This isn't totally satisfactory, since really you want to aggregate your styles into all skins. Jeanne is, I believe, working on functionality that will enable that for custom component developers.) -- Adam
in your renderer, just renderer that styles, using renderStyleCass() for single clazzes and renderStyleClasses() when rendering more classes (for instance, in a disabled case) -; On 10/11/06, Clemens Schneider <[EMAIL PROTECTED]> wrote: > Hi again and sorry for asking so frequently, > > can you tell me, what would be the steps to provide trinidad-skinning > for a custom component? > which files would I have to touch (xss stylesheets, SkinFactory, ...)? > Is there a quick way to achieve this? > > thanks in advance! > -clem > > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
