RichFaces
Tag toolBar


A horizontal bar with items on it. If you want to use it as a standard top tool bar, point to each item with a ch:menu "for" attribute to link the appropriate drop-down menu with the item id on a tool bar. "toolBar" accepts any JSF components as children. They appear from left to right in the definition order. The children are separated from each other basing on the value of the "itemSeparator" attribute. If you want to put the items along the right side for a menu bar, you can use the "toolBarGroup" component as a wrapper and define the "location" attribute there. The items inside the group can have their own separator. See the "toolBarGroup" component description for details.


Tag Information
Tag Classorg.richfaces.taglib.ToolBarTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
heightfalsefalsejava.lang.StringA height of a bar in pixels. If a height is not defined, a bar height depends of the "headerFontSize" skin parameter.
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
widthfalsefalsejava.lang.StringA width of a bar that can be defined in pixels or as percentage. The default value is 100%.
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
contentStylefalsefalsejava.lang.StringA CSS style is to be applied to each element of tool bar content.
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered.
itemSeparatorfalsefalsejava.lang.StringA separator between items on a bar. Possible values are none, line, square, disc and grid.
contentClassfalsefalsejava.lang.StringA CSS style is to be applied to each element of tool bar content. Use this style, for example, to setup parameters of the font.
separatorClassfalsefalsejava.lang.StringA CSS class to be applied to tool bar separators.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.