Developer Tools
JDeveloper
When you complete the steps for adding tables into Panel Tabbed and Panel Collection, the visual editor should look similar to this:
It is good practice to remove any unused facets in your page layout code. To do this, click Source in the editor window to use the XML editor. For example, the following empty facets can be deleted:
start and
end facets of the root (
psl1) Panel Stretch Layout
top facet of the outer Decorative Box (
db1)
bottom,
center, and
top facets of the nested Panel Stretch Layout
psl2
start,
end, and
top facets of the Panel Stretch Layout (
psl3) that is inside the inner Decorative Box (
db2)
menus,
toolbar,
statusbar facets of Panel Collection
When you run the page, the page in the browser should look similar to this:
Note: Since you did not bind the tables to any data source, you will see the table column headings only, and not the empty table cells.
Collapse the right pane by clicking the right-pointing arrow on the splitter bar. In Tab1, the last column (blank) in the table should be stretched. Click Tab2. The last column ( col5) should be stretched.
Click the Show Printable Page button. You should see a new browser window or new tab in a browser window that contains only the contents of the selected tab.
Copyright © 1997, 2009, Oracle. All rights reserved.