Developer Tools
JDeveloper
When you complete the steps for customizing the Browse and More pages in the
site/remoteoffices context, the pages in the visual editor should look similar to these:
On the Browse page, you should see the View menu and Detach toolbar items above the order items table, which has a sixth column, ProductName. In the Property Inspector, tip layer modifications are indicated by a orange icon (non-tip layer changes are indicated by an green icon).
On the More page, you should see the
showDetailHeader component around the components that make up the orders form. As shown in the Structure window of
More.jspx, the
Return button is within
af:form but outside of
af:showDetailHeader.
In the Application Navigator, ViewController project, you should now see:
The customization metadata files contain the instructions for implementing customizations in an application. At runtime, the application applies the customization metadata files over the base application, in the order of precedence as defined in the
cust-config section of the
adf-config.xml file.
Copyright © 1997, 2009, Oracle. All rights reserved.