o
Tag timetableEditingOptions


Allows customizing various aspects of timetable editing behavior.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
autoSaveChangesfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that defines whether the events are to be saved automatically as a user edits them (true), or event changes should be saved only as a result of form submission (false).
defaultEventDurationfalsejavax.el.ValueExpression
(must evaluate to int)
true30Event duration in minutes that is assigned to newly created events by default.
eventDurationEditablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueAssigning false to this attribute makes it impossible for a user to change event durations.
eventResourceEditablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueAssigning false to this attribute makes it impossible for a user to move events between resources.
overlappedEventsAllowedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueAssigning false to this attribute makes it impossible for a user to create events with intersecting time spans. Note that events belonging to different resources are considered independent and this attribute doesn't prohibit simultaneous events for different resources.

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.