Create new RichFaces Documentation Jira issue

This will launch the RichFaces Jira page - to complete your feedback please login if needed, and submit the Jira.

JBoss.orgCommunity Documentation

6.10.12.  < rich:spacer > available since 3.0.0

expand all
6.10.12.1. Description
6.10.12.2. Key Features
6.10.12.3. Details of Usage
6.10.12.4. Reference Data
6.10.12.5. Relevant Resources Links

A spacer that is used in layout and rendered as a transparent image.


<rich:spacer> is a simple layout component which represents a transparent spacer. Thus, the main attributes that define its style are "style" and "styleClass".

In addition, the attributes are responsible for the component size: "width" and "height".

Moreover, to add e.g. some JavaScript effects, events defined on it are used.

Table of <rich:spacer> attributes.


On the component LiveDemo page you can see the example of <rich:spacer> usage and sources for the given example.