liferay-ui
Tag input-date


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


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

Attributes
NameRequiredRequest-timeTypeDescription
autoFocusfalsetruebooleanWhether the date field gets focus by default. The default value is false.
cssClassfalsetruejava.lang.StringA CSS class for styling the component
dayParamfalsetruejava.lang.StringA variable name to refer to the day of the component
dayValuefalsetrueintA day value to display in the input field
disableNamespacefalsetruebooleanWhether to disable the namespace for the component. The default value is false.
disabledfalsetruebooleanWhether to disable the input field. The default value is false.
firstDayOfWeekfalsetrueintA day to set as the first day of the week. The default value is Calendar.SUNDAY - 2.
firstEnabledDatefalsetruejava.lang.StringA date to set as the first selectable date in the datepicker
formNamefalsetruejava.lang.StringA name for the date input's form
lastEnabledDatefalsetruejava.lang.StringA date to set as the latest selectable date in the datepicker
monthAndYearParamfalsetruejava.lang.StringA variable name to refer to the combined month and year of the component
monthParamfalsetruejava.lang.StringA variable name to refer to the month of the component
monthValuefalsetrueintThe numerical value for a month to display in the input field. Integer values for the month start with 0.
namefalsetruejava.lang.StringA name for the date input
nullablefalsetruejava.lang.StringWhether the component's values can be set to null
requiredfalsetruebooleanWhether to mark the date input as required
yearParamfalsetruejava.lang.StringA variable name to refer to the year of the component
yearValuefalsetrueintA year value to display 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.