Inserting a ResetButton

To insert a resetButton component:

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

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

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

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

Example (UIX XML)


...
<form name="resform">
  <contents>
    <stackLayout>
      <contents>
        <styledText text="Reset Elements." styleClass="OraHeaderSubSub" />
        <checkBox text="Box1" name="checkbox1" value="1" />
        <checkBox text="Box2" name="checkbox2" value="2" checked="true"/>
        <checkBox text="Box3" name="checkbox3" value="3" />
        <resetButton text="RESET" accessKey="r" />
      </contents>
    </stackLayout>
  </contents>
</form>
...    

About ResetButton
About SubmitButton

Inserting a SubmitButton
Working with Form Components

 

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