rich
Tag toolbar


The <rich:toolbar> component is a horizontal toolbar. Any JavaServer Faces (JSF) component can be added to the toolbar.



Tag Information
Component type org.richfaces.Toolbar
Tag Name rich:toolbar
Renderer Type org.richfaces.ToolbarRenderer
Handler Class None

Attributes
Name Required Type Description
binding false javax.faces.component.UIComponent The value binding expression used to wire up this component to a component property of a JavaBean class
height false java.lang.String A height of a bar in pixels. If a height is not defined, a bar height depends of the "headerFontSize" skin parameter.
id false java.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
itemClass false java.lang.String CSS style(s) to be applied when the item elements are rendered.
itemSeparator false java.lang.String

A separator between items on a bar. Possible values are "none", "line", "square", "disc" and "grid".

Default value is "none".

itemStyle false java.lang.String Space-separated list of CSS style class(es) to be applied when the item element is rendered. This value must be passed through as the "class" attribute on generated markup.
onitemclick false java.lang.String The client-side script method to be called when an item is clicked
onitemdblclick false java.lang.String The client-side script method to be called when an item is double-clicked
onitemkeydown false java.lang.String The client-side script method to be called when a key is pressed down over the element
onitemkeypress false java.lang.String The client-side script method to be called when a key is pressed and released over an item
onitemkeyup false java.lang.String The client-side script method to be called when a key is released
onitemmousedown false java.lang.String The client-side script method to be called when a mouse button is pressed down over an item
onitemmousemove false java.lang.String The client-side script method to be called when a pointer is moved within an item
onitemmouseout false java.lang.String The client-side script method to be called when a pointer is moved away from an item
onitemmouseover false java.lang.String The client-side script method to be called when a pointer is moved onto an item
onitemmouseup false java.lang.String The client-side script method to be called when a mouse button is released over an item
rendered false boolean Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
style false java.lang.String CSS style(s) to be applied when this component is rendered.
styleClass false java.lang.String Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
title false java.lang.String Advisory title information about markup elements generated for this component.
width false java.lang.String

A width of a bar that can be defined in pixels or as percentage.

Default value is "100%".



Output Generated by Tag Library Documentation Generator.