Calendar with date and time chosing.
Example:<nxu:inputDateTime value="#{document.project.dueDate}" format="mm/dd/YY" required="false" />
Info | Value |
---|---|
Component Type | org.richfaces.Calendar |
Handler Class |
org.nuxeo.ecm.platform.ui.web.tag.handler.InputDateTimeTagHandler
|
Renderer Type | org.richfaces.CalendarRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
value | true | javax.el.ValueExpression
(must evaluate to java.util.Date )
| Value binding representing the date and time |
rendered | false | javax.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. |
required | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Flag indicating that the user is required to provide a submitted value for the blob. |
format | false | javax.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". |
showsTime | false | javax.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. |
locale | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| String representing the locale to use for the calendar. Current locale is used if not set. |
timeZone | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| String timeZone ID. The server time zone is used if not set. |
triggerImg | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Image path to use for the trigger. Available since 5.4. |
triggerLabel | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Label to display on the trigger image. Defaults to "...". |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| style class to set on the input tag. |
triggerStyleClass | false | javax.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.