nxu

Tag inputDateTime

Component Information 
InfoValue
Component Typeorg.richfaces.Calendar
Handler Class org.nuxeo.ecm.platform.ui.web.tag.handler.InputDateTimeTagHandler
Renderer Typeorg.richfaces.CalendarRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
valuetruejavax.el.ValueExpression
(must evaluate to java.util.Date)
Value binding representing the date and time
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating that the user is required to provide a submitted value for the blob.
formatfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
String format for the date and time, as described by the java.text.SimpleDateFormat class, and as used in the standard DateTimeConverter. Default value is "dd/MM/yyyy HH:mm".
showsTimefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating that the calendar must show a time choice. Ignored since 5.4.2 as time is shown according to date format chosen.
localefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
String representing the locale to use for the calendar. Current locale is used if not set.
timeZonefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
String timeZone ID. The server time zone is used if not set.
triggerImgfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Image path to use for the trigger. Available since 5.4.
triggerLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label to display on the trigger image. Defaults to "...".
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
style class to set on the input tag.
triggerStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
style class to set on the trigger button tag, defaults to 'calendarTrigger'.
onchange false javax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript onchange event handler, set on the text input
onclick false javax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript onclick event handler, set on the text input. Ignored since 5.4.2 as RichFaces calendar does not handle it.
onselect false javax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript onselect event handler, set on the text input. Ignored since 5.4.2 as RichFaces calendar does not handle it.

Output generated by Vdldoc View Declaration Language Documentation Generator.