liferay-ui
Tag input-date


Creates a date input field that displays a calendar UI for date selection.


Tag Information
Tag Classcom.liferay.taglib.ui.InputDateTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
autoFocusfalsetruebooleanSets whether the date field gets focus by default. The default value is false.
cssClassfalsetruejava.lang.StringSets a CSS class for styling the component.
dayParamfalsetruejava.lang.StringSets a variable name to refer to the day of the component.
dayValuefalsetrueintSets the day value displayed in the input field.
disableNamespacefalsetruebooleanSets whether to disable the namespace for the component. The default value is false.
disabledfalsetruebooleanSets whether to disable the input field. The default value is false.
firstDayOfWeekfalsetrueintMarks the first day of the week. The default value is Calendar.SUNDAY - 1.
formNamefalsetruejava.lang.StringSets the name of the date input's form.
monthAndYearParamfalsetruejava.lang.StringSets a variable name to refer to the combined month and year of the component.
monthParamfalsetruejava.lang.StringSets a variable name to refer to the month of the component.
monthValuefalsetrueintSets the numerical value of the month and displays it in the input field. Integer values for the month start with 0.
namefalsetruejava.lang.StringSets the date input's name.
nullablefalsetruejava.lang.StringSets whether the component's values can be set to null.
yearParamfalsetruejava.lang.StringSets a variable name to refer to the year of the component.
yearValuefalsetrueintSets the year value displayed in the input field.

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.