How do I build custom themes for primefaces ? Can I do it using themeroller ?
|
|
See the primfaces website ( http://www.primefaces.org/themes.html ) to make your theme in themeroller then download it. See this video, also: http://vimeo.com/14235640 |
||||
|
|
It is possible (at least as of 2.2.1) to extract out the images and stylesheets of the individual theme and refer to them dynamically through code. I believe there is a Primefaces component in version 3 that does this for you however. The following is an example of how I acheive this.
You can use that existing theme as a template and make changes as you see fit. You can also change the |
|||
|
|
|
This topic is covered by chapter 8.2 of Primefaces documentation. Yes, you can use themeroller, optionally you can create a JAR file of your theme. Then you can use it like the other predefined Primefaces themes. |
|||
|
|
