May 2015
Beginner to intermediate
412 pages
8h 44m
English
Each component is styled with CSS and contains two layers of style information—structural or component-specific and skinning or component-independent styles.
In this recipe, you will understand the difference between these two types of CSS, learn some useful selectors, and see an exemplary styling of the pickList component in the generated HTML.
To learn about different layers of style information, you can go to the PrimeFaces Showcase (http://primefaces.org/showcase) and look at it in the Firefox browser with an installed Firebug add-on (http://getfirebug.com). Firebug allows live editing, debugging, and monitoring CSS, HTML, and JavaScript in any web page. Another useful tool is the built-in ...
Read now
Unlock full access