Developer Tools
JDeveloper
When editing a page in the visual editor, you can use the breadcrumb links at the bottom of the editor window (just above the
Design and other editor tabs) to select a component on the page. The editor breadcrumb links show the path of names from the currently selected component back to its root parent component. The last name in the path (shown in bold font) is the currently selected component; the names preceding the last name are the parent components. If a component has its
Id attribute set, the
Id attribute value is appended to the component name (for example,
af:panelgrouplayout#pgl2, where
pgl2 is the
Id attribute value):
When you click a component name in the editor breadcrumb links, JDeveloper shows the selected component on the page with a dotted outline box. At the top right corner of the box is the
context menu for the selected component. For example, click
af:panelgrouplayout that is before
af:image in the editor breadcrumbs, then move your cursor over the
context menu. You should see the tooltip text
Panel Group Layout Actions on the page:
If you click
you will see a dropdown menu of action items for the selected component. One of the menu items is
Insert inside, which allows you to choose from a submenu of components that could be inserted into the selected component:
Copyright © 1997, 2009, Oracle. All rights reserved.