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.18.  < rich:toolBarGroup > available since 3.0.0

A group of items inside a tool bar.


Table 6.309. rich : toolBarGroup attributes

Attribute Name Description
binding JSF: The attribute takes a value-binding expression for a component property of a backing bean
id JSF: Every component may have a unique id that is automatically created if omitted
itemSeparatorA separator for the items in a group. Possible values are "none", "line", "square", "disc" and "grid" Default value is "none".
locationA location of a group on a tool bar. Possible values are "left" and "right". Default value is "left".
onitemclickThe client-side script method to be called when an item is clicked
onitemdblclickThe client-side script method to be called when an item is double-clicked
onitemkeydownThe client-side script method to be called when a key is pressed down over an item
onitemkeypressThe client-side script method to be called when a key is pressed and released over an item
onitemkeyupThe client-side script method to be called when a key is released over an item
onitemmousedownThe client-side script method to be called when a mouse button is pressed down over an item
onitemmousemoveThe client-side script method to be called when a pointer is moved within an item
onitemmouseoutThe client-side script method to be called when a pointer is moved away from an item
onitemmouseoverThe client-side script method to be called when a pointer is moved onto an item
onitemmouseupThe client-side script method to be called when a mouse button is released over an item
rendered JSF: If "false", this component is not rendered
separatorClassAssigns one or more space-separated CSS class names to the tool bar group separators
styleHTML: CSS style rules to be applied to the component
styleClass JSF: Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.