x
Tag inputCalendar


Provides a calendar.


Tag Information
Tag Classorg.apache.myfaces.custom.calendar.HtmlInputCalendarTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
bindingfalsefalsejava.lang.StringComponent binding.
transientfalsefalsejava.lang.StringIf true, this component will not be saved during state saving.
valuefalsefalsejava.lang.StringInitial value to set when rendered for the first time.
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter.
immediatefalsefalsejava.lang.String Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
requiredfalsefalsejava.lang.StringIf true, this component will be checked for non-empty input.
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that will be called during Process Validations phase of the request processing lifecycle, to validate the current value of this component.
valueChangeListenerfalsefalsejava.lang.StringListener for value changes.
onclickfalsefalsejava.lang.StringNo Description
ondblclickfalsefalsejava.lang.StringNo Description
onmousedownfalsefalsejava.lang.StringNo Description
onmouseupfalsefalsejava.lang.StringNo Description
onmouseoverfalsefalsejava.lang.StringNo Description
onmousemovefalsefalsejava.lang.StringNo Description
onmouseoutfalsefalsejava.lang.StringNo Description
onkeypressfalsefalsejava.lang.StringNo Description
onkeydownfalsefalsejava.lang.StringNo Description
onkeyupfalsefalsejava.lang.StringNo Description
dirfalsefalsejava.lang.StringNo Description
langfalsefalsejava.lang.StringNo Description
stylefalsefalsejava.lang.StringNo Description
titlefalsefalsejava.lang.StringNo Description
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute.
enabledOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
monthYearRowClassfalsefalsejava.lang.StringCSS class to be used for the header-row showing month and year.
weekRowClassfalsefalsejava.lang.StringCSS class to be used for the header-row showing the week-days.
dayCellClassfalsefalsejava.lang.StringCSS class to be used for the cells showing days.
currentDayCellClassfalsefalsejava.lang.StringCSS class to be used for the cell of the currently selected date.
renderAsPopupfalsefalsejava.lang.StringRender the input-calendar as a java-script popup on client.
popupDateFormatfalsefalsejava.lang.StringDefines the date format used by the java-script popup on client.
popupButtonStringfalsefalsejava.lang.StringDefines the string displayed on the button which leads to the calendar-popup-window (... by default).
popupGotoStringfalsefalsejava.lang.StringSet the string for "Go To Current Month"
popupTodayStringfalsefalsejava.lang.StringSet the string for "Today is"
popupWeekStringfalsefalsejava.lang.StringSet the string for "Wk"
popupScrollLeftMessagefalsefalsejava.lang.StringSet the string for scrolling to the left.
popupScrollRightMessagefalsefalsejava.lang.StringSet the string for scrolling to the right.
popupSelectMonthMessagefalsefalsejava.lang.StringSet the string for "Click to select a month".
popupSelectYearMessagefalsefalsejava.lang.StringSet the string for "Click to select a year".
popupSelectDateMessagefalsefalsejava.lang.StringSet the string for "Select [date] as date" (do not replace [date], it will be replaced by the current date).

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.