| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.timetable.EventActionBarJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
actionPressedBackgroundIntensity | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.75 | This attribute allows customizing background color intensity for action bar's buttons in the pressed state. This should be a floating-point number in range 0..1. 1 corresponds to fully intense color, the same as event color, and 0 corresponds the least intense color, white. The functionality of automatic calculation of background color can be overridden by explicitly specifying background using styling attributes in eventAction tag. |
actionRolloverBackgroundIntensity | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.75 | This attribute allows customizing background color intensity for action bar's buttons in the rollover state. This should be a floating-point number in range 0..1. 1 corresponds to fully intense color, the same as event color, and 0 corresponds the least intense color, white. The functionality of automatic calculation of background color can be overridden by explicitly specifying background using styling attributes in eventAction tag. |
backgroundIntensity | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.5 | Color of an action bar is automatically calculated based on the appropriate event's color. This attribute allows customizing action bar's background color intensity. This should be a floating-point number in range 0..1. 1 corresponds to fully intense color, the same as event color, and 0 corresponds the least intense color, white. The functionality of automatic calculation of background color can be overridden by explicitly specifying background using style and styleClass attributes. |
noteText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the EventActionBar. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the EventActionBar. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the EventActionBar. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the EventActionBar. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the EventActionBar. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the EventActionBar with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the EventActionBar. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the EventActionBar. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the EventActionBar. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the EventActionBar. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the EventActionBar component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the EventActionBar component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |