liferay-ui
Tag input-time


Creates a time input field that provides a scrollable dropdown list of hours, in intervals designated by the minuteInterval attribute.


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

Attributes
NameRequiredRequest-timeTypeDescription
amPmParamtruetruejava.lang.StringThe name of the AM/PM parameter for the time input. An acceptable value is ampm.
amPmValuefalsetrueintA time to AM or PM. Acceptable values are 0 for AM and 1 for PM. The default value is 0.
cssClassfalsetruejava.lang.StringA CSS class for styling the component.
dateParamfalsetruejava.lang.StringA date parameter for the time input. An acceptable value is date.
dateValuefalsetruejava.util.DateA date to associate with the time displayed.
disabledfalsetruebooleanWhether the input field is disabled.
hourParamtruetruejava.lang.StringThe name of the hour parameter for the component. An acceptable value is hour.
hourValuefalsetrueintAn hour value for the time displayed. The default value is 12.
minuteIntervalfalsetrueintA minute interval displayed in the input. The default value is 30.
minuteParamtruetruejava.lang.StringThe name of the minute parameter for the component. An acceptable value is minute.
minuteValuefalsetrueintA minute value for the time displayed. The default value is 00.
namefalsetruejava.lang.StringA name for the time input.
timeFormatfalsetruejava.lang.StringThe time format for the time displayed. Acceptable values include 24-hour for 24 hour format (i.e., 13:00 for 1:00 PM) , am-pm for 12 hour format (i.e., 1:00 PM and 1:00 AM), and locale for the locale's default time format.

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.