| PhotoAlbum Application | Download | Support | Developer Guide |
|
Plug-n-Skin feature is designed to freely extend and override one of base RichFaces skins. It allows to redefine the look of a set of components by taking the base skin as basis and plugging-in custom styles. You may freely create your own pluggable skin in the next way:
In the result you'll get a new skin project. In order to check some other optional parameters for CDK commands and more info about the feature in general - visit the corresponding developer guide section and explore Laguna skin project in richfaces/samples svn. Main files in the created pluggable skin project (createdSkinName\src\main\resources\META-INF\skins\ folder) are:
All classes for all the components and standard skinning classes are already listed in corresponding imported xcss files. Thus you'll only need to fill them with the properties you need. Check for example classes defined in panel component xcss for Laguna skin: |