| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.richfaces.taglib.ToolBarTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The attribute takes a value-binding expression for a component property of a backing bean |
contentClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A CSS style is to be applied to each element of tool bar content. Use this style, for example, to setup parameters of the font. |
contentStyle | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A CSS style is to be applied to each element of tool bar content. |
height | false | false | javax.el.ValueExpression
(must evaluate to 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 | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
itemSeparator | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A separator between items on a bar. Possible values are "none", "line", "square", "disc" and "grid". Default value is "none". |
onitemclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is clicked on an item |
onitemdblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is double-clicked on an item |
onitemkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed down on an item |
onitemkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed and released on an item |
onitemkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is released on an item |
onitemmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is pressed down on an item |
onitemmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved on an item |
onitemmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved away from an item |
onitemmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved onto an item |
onitemmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is released on an item |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| If "false", this component is not rendered |
separatorClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A CSS class to be applied to tool bar separators. |
style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) is/are to be applied when this component is rendered |
styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Corresponds to the HTML class attribute |
width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A width of a bar that can be defined in pixels or as percentage. Default value is 100%. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |