sweetdev-ria
Tag calendar


Description : Displays a calendar component.


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.calendar.CalendarTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameCalendar

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringUnique Identifier. Accepts EL.
modefalsetruejava.lang.StringCalendar mode, acceptable values are: [simple, standAlone, multiSelect, range].
fieldfalsetruejava.lang.StringCalendar field, acceptable values are: [single, exploded, hidden]. Depending on the field chosen, its represention can be either 1 input field (single) or 3 inputs fields (exploded) or 1 hidden input field (hidden).
popupfalsetruebooleanOpen the calendar in a popup, acceptable values are: [true(default), false].
displayedMonthsfalsetruejava.lang.IntegerNumber of months to display. [1(default)].
preselectfalsetruejava.util.Date[]Set some dates to preselect. (java.util.Date[])
preselectDatefalsetruejava.util.DateSet a date to preselect. (java.util.Date)
preselectStringfalsetruejava.lang.StringSet a date to preselect, as a String representation.
preselectStringArrayfalsetruejava.lang.String[]Set some dates to preselect, formatted as Strings.
disabledDaysfalsetruejava.util.ListSet some dates that cant be selected (java.util.List)
customDaysfalsetruejava.util.ListSet custom days which will be displayed in a special CSS style. (java.util.List)
maxDatefalsetruejava.util.DateMaximal date which can be selected.
minDatefalsetruejava.util.DateMinimal date which can be selected.
frameDisplayedfalsetruebooleanSpecify whether or not a frame should be displayed around the component. (true by default)
titleLinkfalsetruejava.lang.StringTitle link property shown when mouse cursor is over the link. Accepts EL. Accepts key from resource bundle.
cancelBubblefalsetruebooleanForward the click event, acceptable values are: [true, false].
stylefalsetruejava.lang.StringCss style. Accepts EL.
styleClassfalsetruejava.lang.StringCss class style. Accepts EL.
renderedfalsetruebooleanRendered or not, acceptable values are: [true(default), false].
templateStartfalsetruejava.lang.StringSpecial velocity start template to replace default. Accepts EL.
templateEndfalsetruejava.lang.StringSpecial velocity end template to replace default. Accepts EL.

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.