toolBar description: possibility of custom separator definition
---------------------------------------------------------------
Key: RF-2768
URL:
http://jira.jboss.com/jira/browse/RF-2768
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Vladimir Sukhov
Fix For: 3.2.0
Mention it in the guide, look at the attached issue:
more info:
"According to the
http://jira.jboss.com/jira/browse/RF-2443 a facet
"itemSeparator" has been added to the toolbar. A custom separator can be added
with the help of this facet. For example:
<f:facet name="itemSeparator">
<rich:spacer width="2" height="14" />
</f:facet>
Custom separator can be also specified by URL to the separator image in the attribute
"itemSeparator" of the toolbar. For example:
<rich:toolBar id="toolBar" width="#{bean.width}"
height="30px" itemSeparator="/images/separator_img.jpg"
separatorClass="toolbar_sep">"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira