apex_add_quick_links
Add a grid of quick-link cards to an Oracle APEX page. Each card includes a label, page ID, icon, and color.
Instructions
Add a grid of quick-link cards. Each: {label, page_id, icon, color}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | List of link dicts (4-8 recommended): - "label": Button label - "url": Target URL or f?p= link - "icon": Font Awesome class (e.g., "fa-plus", "fa-users") - "color": Accent/background color - "badge": Optional badge/count (from SQL or static text) | |
| columns | No | Number of columns (2-5, default 4). | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |