Inserting a MessageDateField

To insert a messageDateField component:

  1. In the Design Structure Window of the desired file, locate the node in which you wish to insert a messageDateField component.
  2. In the Component Palette, select Form Components from the dropdown list, and then drag and drop the messageDateField component to the parent node of your choice.

    The messageDateField node is inserted and highlighted under the expanded parent node.

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

Note: To use data binding, see Data Binding a Component Attribute.

For information about message attributes, see Setting the Message Attributes for a Message Form Component. For information about other general attributes of message form components, see Setting the General Attributes for a Message Form Component.

Example (UIX XML)


...
<messageDateField prompt="Confirm Date"
                  name="bName"
                  value="6/5/01"
                  messageType="error">
  <onSubmitValidater>
    <date dateStyle="shortish"/>
  </onSubmitValidater>
</messageDateField>
...    

About MessageDateField
About Message Form Components and Attributes

Inserting an InlineDatePicker
Inserting an End Named Child for a Message Form Component
Working with Form Components

 

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