apex_add_tabs_container
Add a tabbed interface to an Oracle APEX page, organizing content into multiple panels. Define up to six tabs with labels, icons, and HTML or SQL content.
Instructions
Add a tabs container with multiple content panels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabs | Yes | List of tab dicts (2–6 tabs): - "label": Tab header label - "icon": Optional FA icon (e.g., "fa-users") - "html": Static HTML content (optional) - "sql": SQL returning VARCHAR2 content (optional, overrides html) | |
| color | No | Active tab accent color. | unimed |
| page_id | Yes | Target page ID. | |
| sequence | No | Display order on page. | |
| custom_css | No | ||
| region_name | Yes | Internal region name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |