Alloy Showcase
alloy:inputTime
InputTime is a UIInput component that renders an<input type="text">
element and a list popover with selectable times. The component attempts to automatically convert the submitted value to a Date via a built-in DateTimeConverter. General Usage
The showOn attribute specifies which events will popup the list of selectable times. When nativeWhenMobile=true
(the default), then the component will render an HTML5 <input type="time" /> element on small/mobile displays in order to enable selection of a time with the mobile device's native UI.Source Code
Liferay Faces Alloy 3.0.1 + Liferay Faces Bridge Implementation 4.1.0 + Showcase Common 3.0.1 + Liferay Faces Util 3.1.0 + Mojarra 2.2.17