7.2.2 Left Pane of Page Designer

The left pane in Page Designer includes four tabs: Rendering, Dynamic Actions, Processing, and Page Shared Components.

Each tab displays a list of the corresponding component types and components created on the current page.

Key features of the Left pane include:

  • Context menus. Right-click a component or control to display a context menu. You can also click the Rendering menu to select options for the selected component.
  • Quick Access to the Property Editor. Select a component or multiple components to display the corresponding attributes in the Property Editor in the right pane.
  • Drag and Drop. Drag components up and down within the tree to change the position or sequence of the selected component.
  • Tooltips. Position the mouse over a component or control to view a tooltip of basic information, such as the region type, item type, and so on.

Rendering Tab

The Rendering tab displays components that are rendered on this page. Components include regions, page items, and buttons. Application logic such as Dynamic Actions and Validations display inside of regions, page items, and buttons when applicable.

Components can placed at the page-level at a specific page position, or they can be nested inside regions at a specific region position. Additionally, the Rendering tab displays Pre-Rendering and Post-Rendering application logic such as Processes, Computations, and Branches. The Rendering tab groups and orders components based on how Oracle APEX processes them at runtime

To create a new component, right-click and select an option from the context menu. Alternatively, select an option from the Rendering menu.

Description of pg_rendering.png follows
Description of the illustration pg_rendering.png

Dynamic Actions Tab

The Dynamic Actions tab displays dynamic actions defined on the current page. By creating a dynamic action, you can define complex client-side behavior declaratively without the need for JavaScript. To create a new dynamic action, right-click and select an option from the context menu.

Description of pg_dynamic_action.png follows
Description of the illustration pg_dynamic_action.png

Processing Tab

The Processing tab displays application logic defined on the page and groups and orders components based on how APEX processes them. To create a new process, right-click and select an option from the context menu.

Description of pg_processing.png follows
Description of the illustration pg_processing.png

Page Shared Components Tab

The Page Shared Components tab displays shared components associated with this page. To edit a Shared Component, select it in the Page Shared Components tab and then click Edit Component in right pane.

In the following example, Navigation Bar is selected in the left pane and the cursor is positioned on Edit Component button in the right pane.

Description of pg_shared_components.png follows
Description of the illustration pg_shared_components.png