How do I style a primefaces components & specify their positions on web pages ? Links to any sample downloadable application would be highly appreciated.
|
Position of components: Primefaces has some components that have position attribute(s) such as
In the example the position is given as [x,y] pair related to the top left corner of the browser window. Values such as "top", "bottom", "left", "right" or "center" are also allowed here. If the attribute is omitted, the position of a dialog is centered. For all other components css positioning can be use either defined by the The following example sets an absolute position for the
Primefaces even comes with an own Style This can be accomplished using Primefaces themes. Furthermore, the Primefaces documentation (you have to pay for since version 2.1) lists all css style classes for each component. You can adapt them to fit your needs. |
|||
|
|
