o
Tag timetableEvent




Tag Information
Tag Classorg.openfaces.taglib.jsp.timetable.TimetableEventJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
backgroundIntensityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.25Event 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.
backgroundTransparencyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
true0.2Allows 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.
descriptionClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
descriptionStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
escapeDescriptionfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseSpecifies whether HTML markup that might be present in event descriptions should be escaped to avoid unintended HTML formatting in a displayed text. Assigning false allows HTML formatting in event descriptions.
escapeNamefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseSpecifies whether HTML markup that might be present in event names should be escaped to avoid unintended HTML formatting in a displayed text. Assigning false allows HTML formatting in event names.
escapeResourcefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseSpecifies whether HTML markup that might be present in event resource names should be escaped to avoid unintended HTML formatting in a displayed text. Assigning false allows HTML formatting in event resource names.
nameClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
nameStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over a timetable event.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript 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).
oncreatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript 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.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over a timetable event.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over a timetable event with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over a timetable event.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the timetable event.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto a timetable event.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over a timetable event.
resourceClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
resourceStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for rollover events in a rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for timetable events in a rollover state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for timetable events.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for timetable events.
timeClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
timeStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description

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.