Hello!

I'm currently skinning some applications using Trinidad and I have a
problem. Currently if I want a change in my skin, I have to copy the updated
CSS file in every web-module. I'd like to avoid this having only one CSS
file that can be used by every module. For example, using something like
this in the trinidad-skins.xml:

<skins xmlns="http://myfaces.apache.org/trinidad/skin";>
        <skin>
                <id>myCustomSkin.desktop</id>
                <family>myCustomSkin</family>
                <render-kit-id>
                        org.apache.myfaces.trinidad.desktop
                </render-kit-id>
                <style-sheet-name>
                  http://myserver.com/skins/myCustomSkin/myCustomSkin.css
                </style-sheet-name>             
        </skin>
</skins>

Is this possible? Do you have any ideas how to achieve this?


-- 
View this message in context: 
http://www.nabble.com/Trinidad-skin%3A-referencing-an-external-CSS-file-tf4203046.html#a11954881
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to