| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.richfaces.taglib.SeparatorTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| align | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| This attribute specifies a position of the separator according to the document. The possible values are "left", "center" and "right". Default value is "left". |
| 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 |
| height | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The separator height. Default value is "6px". |
| id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
| lineType | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A line type. The possible values are "beveled", "dotted", "dashed", "double", "solid" and "none". Default value is "beveled" |
| onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the element is clicked |
| ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when the element is double-clicked |
| onkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed down over the element |
| onkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is pressed over the element and released |
| onkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a key is released |
| onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is pressed down over the element |
| onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved within the element |
| onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved away from the element |
| onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a pointer is moved onto the element |
| onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The client-side script method to be called when a mouse button is released |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| If "false", this component is not rendered |
| style | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| CSS style rules to be applied to the component |
| styleClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute. |
| title | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| HTML: An advisory title for this element. Often displayed as a tooltip |
| width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The separator width that can be defined in pixels or in percents. Default value is "100%". |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||