apex_add_progress_tracker
Add a horizontal step progress tracker to an Oracle APEX page, highlighting the active step to guide users through multi-step workflows.
Instructions
Add a step progress tracker (horizontal steps with active state).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Accent color for active/completed steps. | unimed |
| steps | Yes | List of step labels (e.g., ["Dados Basicos","Clinica","Confirmacao"]). | |
| page_id | Yes | Target page ID. | |
| sequence | No | Display order on page. | |
| custom_css | No | Additional CSS rules injected into the style block. | |
| region_name | Yes | Internal region name. | |
| current_step | No | Active step number (1-based). | |
| completed_label | No | Override the checkmark character for completed steps. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |