Inserting an InlineDatePicker
To insert inlineDatePicker:
-
In the Design Structure Window of the desired file, select the target
position in which you wish to insert an inlineDatePicker component,
e.g., below a messageDateField component.
-
In the Component Palette, select Form Components
from the dropdown list, and then drag and drop the
inlineDatePicker component to the target position.
The inlineDatePicker node is inserted
and highlighted in the Design Structure Window.
-
In the Property Inspector, set the following attributes for the
inlineDatePicker component:
-
maxValue - Enter the maximum date value allowed. If the
value can be successfully parsed as an ISO 8601 date, the
inlineDatePicker component will restrict the set of available
dates based on the specified maximum value.
-
minValue - Enter the minimun date value allowed. If the
value can be successfully parsed as an ISO 8601 date, the
inlineDatePicker component will restrict the set of available
dates based on the specified minimum value.
-
value - Enter the date value to send when the form is
submitted. If the value can be successfully parsed as an ISO 8601
date, the inlineDatePicker component will display the month which
contains the specified date.
Tip: ISO 8601 dates are of the form "yyyy-MM-dd",
e.g., 2004-02-17.
Note: To use data binding, see
Data Binding a Component Attribute.
Example (UIX XML)
...
<messageDateField name="date2" pickerId="idp1"/>
<inlineDatePicker id="idp1"/>
...
Related topics
About InlineDatePicker
Inserting a
MessageDateField
Working with
Form Components
Copyright © 1997, 2004, Oracle.
All rights reserved.