Dropdown
Add a dropdown list to any button.
In APEX, this is usable as a report, along with template "Report - Dropdown Content". The following SQL structure must be respected.
My Dropdown
SELECT ename display , '#' target , null badge , null new_badge FROM emp WHERE rownum <= 5
Notes