| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.timetable.TimetableEventJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
backgroundIntensity | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.25 | Event background color is calculated automatically based on event color. This attribute allows customizing intensity of event's background color. This should be a floating-point number in range 0..1. 0 corresponds to a least-intense color -- white, and 1 corresponds to a fully intense color -- a color specified for this event. The functionality of automatic calculation of background color can be overridden by explicitly specifying background using eventStyle and eventClass attributes. |
backgroundTransparency | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| true | 0.2 | Allows customizing transparency effect for events' background. This should be a floating-point number in range 0..1. 0 corresponds to fully opaque background, and 1 corresponds to fully transparent background. |
descriptionClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
descriptionStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
escapeDescription | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether HTML markup that might be present in vent descriptions should be escaped to avoid unintended HTML formatting in a displayed text. Assigning false allows HTML formatting in event descriptions. |
escapeName | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Specifies whether HTML markup that might be present in vent names should be escaped to avoid unintended HTML formatting in a displayed text. Assigning false allows HTML formatting in event names. |
nameClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
nameStyle | 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 a timetable event. |
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). |
oncreate | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed after each event element is created on client-side. This callback allows introducing additional customization of event elements based on application requirements. |
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 a timetable event. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over a timetable event 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 a timetable event. |
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 timetable event. |
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 a timetable event. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over a timetable event. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for rollover events in a rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for timetable events in a rollover state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for timetable events. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for timetable events. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |