Tag Information
Tag Class org.richfaces.taglib.ToolBarGroupTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
itemSeparator false false java.lang.String "A separator for the items in a group. Possible values are "none", "line", "square", "disc" and "grid"."
location false false java.lang.String "A location of a group on a tool bar. Possible values are "left" and "right"."
onclick false false java.lang.String HTML: a script expression; a pointer button is clicked
ondblclick false false java.lang.String HTML: a script expression; a pointer button is double-clicked
onkeydown false false java.lang.String HTML: a script expression; a key is pressed down
onkeypress false false java.lang.String HTML: a script expression; a key is pressed and released
onkeyup false false java.lang.String HTML: a script expression; a key is released
onmousedown false false java.lang.String HTML: script expression; a pointer button is pressed down
onmousemove false false java.lang.String HTML: a script expression; a pointer is moved within
onmouseout false false java.lang.String HTML: a script expression; a pointer is moved away
onmouseover false false java.lang.String HTML: a script expression; a pointer is moved onto
onmouseup false false java.lang.String HTML: script expression; a pointer button is released
rendered false false java.lang.String If "false", this component is not rendered
separatorClass false false java.lang.String "A CSS class to be applied to tool bar group separators."
style false false java.lang.String CSS style(s) is/are to be applied when this component is rendered
styleClass false false java.lang.String Corresponds to the HTML class attribute