Oracle Waveset 8.1.1 Deployment Reference

DatePicker

Allows the user to specify a date using a pop-up window that displays a calendar. Waveset displays the field in the form as a calendar icon. When a user clicks on the icon, Waveset opens the calendar in a separate pop-up window.

This component allows a user to enter a date value. Depending on how you set the component properties, the user can enter a date value using select menus, a text field, or a calendar pop-up window. By default, the component renders with a text field and an icon that you click to bring up the calendar pop-up.

Properties include:

Example


<Field name=’ExpireDate’>
   <Display class=’DatePicker’>
      <Property name=’title’ value=’Set Password Expire  date’/>
      <Property name=’format’= value=’iso’/>
   </Display>
</Field>