A pageButtonBar can contain individual buttons, a navigationBar, or both. This procedure describes how to create individual buttons in a pageButtonBar.
To create buttons in a pageButtonBar:
If the pageLayout node is not visible, expand page | content | dataScope | document | body | form. The pageButtons node is under pageLayout Named Children in pageLayout.
The pageButtonBar node is inserted under the expanded pageButtons node.
The new button node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
Tip: Buttons in a pageButtonBbar are placed under the page title and repeated at the bottom of the page. The title attribute of pageLayout must be set for the pageButtonBar to display properly.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Navigation -->
<pageButtons>
<pageButtonBar>
<contents>
<button text="Cancel"/>
<button text="Submit"/>
</contents>
</pageButtonBar>
</pageButtons>
<!-- REST OF PAGE LAYOUT-->
</pageLayout>
...
About PageButtonBar
About NavigationBar
Creating a Record NavigationBar
Creating a Step-by-Step NavigationBar
Working with Navigation Components
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.