nxu
Tag inputDateTime


Calendar with date and time chosing.

Example:
<nxu:inputDateTime value="#{document.project.dueDate}" format="mm/dd/YY" required="false" />


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuetruefalsejava.lang.StringValue binding representing the date and time
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
requiredfalsefalsejava.lang.StringFlag indicating that the user is required to provide a submitted value for the blob.
formatfalsefalsejava.lang.StringString 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".
showsTimefalsefalsejava.lang.StringFlag indicating that the calendar must show a time choice. Ignored since 5.4.2 as time is shown according to date format chosen.
localefalsefalsejava.lang.StringString representing the locale to use for the calendar. Current locale is used if not set.
timeZonefalsefalsejava.lang.StringString timeZone ID. The server time zone is used if not set.
triggerImgfalsefalsejava.lang.StringImage path to use for the trigger. Available since 5.4.
triggerLabelfalsefalsejava.lang.StringLabel to display on the trigger image. Defaults to "...".
styleClassfalsefalsejava.lang.Stringstyle class to set on the input tag.
triggerStyleClassfalsefalsejava.lang.Stringstyle class to set on the trigger button tag, defaults to 'calendarTrigger'.
onchangefalsefalsejava.lang.StringJavascript onchange event handler, set on the text input
onclickfalsefalsejava.lang.StringJavascript onclick event handler, set on the text input. Ignored since 5.4.2 as RichFaces calendar does not handle it.
onselectfalsefalsejava.lang.StringJavascript onselect event handler, set on the text input. Ignored since 5.4.2 as RichFaces calendar does not handle it.

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.