Inserting an InlineDatePicker

To insert inlineDatePicker:

  1. 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.
  2. 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.

  3. In the Property Inspector, set the following attributes for the inlineDatePicker component:

    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"/>
...    

About InlineDatePicker

Inserting a MessageDateField
Working with Form Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.