0 votes
444 views
in Coach Views by (16.3k points)
edited by

1 Answer

0 votes
by (16.3k points)
 
Best answer

Looks like there is no way to identify the current step in the OOB breadcrumbs and style is also flimsy, identifying the need we have created a custom control which is added to the Dosvak UI Toolkit.

This control is called Advanced Breadcrumbs and has four styles to choose from

Basic


Triangle

Multi-Step

Numeric Progress

It has configuration selection for the four styles, provides on click event handler and you can specify the label of the current item as a configuration. You need to provide a NameValuePair list of step names as name element and icon as value. e.g.

var autoObject = [];

autoObject[0] = {};

autoObject[0].name = "Entry";

autoObject[0].value = "fa-home";

autoObject[1] = {};

autoObject[1].name = "Review";

autoObject[1].value = "fa-search";

autoObject[2] = {};

autoObject[2].name = "Approve";

autoObject[2].value = "fa-thumbs-up";

autoObject[3] = {};

autoObject[3].name = "Finalize";

autoObject[3].value = "fa-database";

On click it will trigger the event handler as well as set the binding of the control to the selected item.

Related questions

0 votes
0 answers 1.0k views
0 votes
0 answers 251 views
0 votes
0 answers 620 views
0 votes
1 answer 696 views
0 votes
1 answer 1.4k views
0 votes
0 answers 305 views
0 votes
0 answers 197 views
0 votes
0 answers 802 views
0 votes
0 answers 625 views
0 votes
1 answer 542 views
0 votes
1 answer 988 views

635 questions

495 answers

98 comments

2.9k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...