Skip to Main Content
Feature Request FR-3153
Product Area User Interface
Status CLOSED

7 Voters

Wizard Progress Bar Dynamic Icon

j.jose.gonzalez Internal
· May 18 2023

Idea Summary
Currently, the progress bar has this static circle Icon, which changes color according to the previous, current, and next pages, I think the static Icon could be dynamic selecting different icon images for each step in the progress bar.

Use Case
Should be nice to have an icon item to replace the current default circle icon with a different one, something similar to the dynamic menu behavior.

Preferred Solution (Optional)
When a new static list is created to handle the progress bar, an icon item should be added in order to select the icon image for the different steps. And when the list is dynamic an “Icon” column could be added to the query to show the image.

This is a great idea! You can already achieve this in APEX today with a slightly different approach.

Comments

Comments

  • ino.laurensse OP 2.1 years ago

    Would be nice to include this rejected :-( idea, if the APEX team decides to do something about Wizard Progress:

    https://apex.oracle.com/ideas/FR-2273

  • vincent morneau Admin OP 1.7 years ago

    Hi @j.jose.gonzalez 

    The wizard progress bar source code is in one of the Universal Theme list templates. If you want to have more control over the icons, you could technically achieve this today by making a copy of the template and injecting your own icon through a custom attributes.

    Granted it wouldn't be declarative anymore, but it is achievable.