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.91.  < rich:toolBarGroup >

A group of items inside a tool bar.


Table 6.535. rich : toolBarGroup attributes

Attribute NameDescription
bindingThe attribute takes a value-binding expression for a component property of a backing bean
idEvery 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".
onitemclickHTML: a script expression; a pointer button is clicked on an item
onitemdblclickHTML: a script expression; a pointer button is double-clicked on an item
onitemkeydownHTML: a script expression; a key is pressed down on an item
onitemkeypressHTML: a script expression; a key is pressed and released on an item
onitemkeyupHTML: a script expression; a key is released on an item
onitemmousedownHTML: script expression; a pointer button is pressed down on an item
onitemmousemoveHTML: a script expression; a pointer is moved on an item
onitemmouseoutHTML: a script expression; a pointer is moved away from an item
onitemmouseoverHTML: a script expression; a pointer is moved onto an item
onitemmouseupHTML: script expression; a pointer button is released on an item
renderedIf "false", this component is not rendered
separatorClassA CSS class to be applied to tool bar group separators.
styleCSS style(s) is/are to be applied when this component is rendered
styleClassCorresponds to the HTML class attribute