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.StringSets the name of the AM/PM parameter for the time input. An acceptable value is ampm.
amPmValuefalsetrueintSets the time to AM or PM. Acceptable values are 0 for AM and 1 for PM. The default value is 0.
cssClassfalsetruejava.lang.StringSets the CSS class for styling the time input.
dateParamfalsetruejava.lang.StringSets the date parameter for the time input. An acceptable value is date.
dateValuefalsetruejava.util.DateSets a date to associate with the time displayed.
disabledfalsetruebooleanSets whether the input field is disabled.
hourParamtruetruejava.lang.StringSets the name of the hour parameter for the component. An acceptable value is hour.
hourValuefalsetrueintSets the hour for the time displayed. The default value is 12.
minuteIntervalfalsetrueintSets the minute intervals displayed in the input. The default value is 30.
minuteParamtruetruejava.lang.StringSets the name of the minute parameter for the component. An acceptable value is minute.
minuteValuefalsetrueintSets the minute for the time displayed. The default value is 00.
namefalsetruejava.lang.StringSets the time input's name.

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.