0 votes
341 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 476 views
0 votes
0 answers 191 views
0 votes
0 answers 546 views
0 votes
1 answer 502 views
0 votes
1 answer 902 views
0 votes
0 answers 228 views
0 votes
0 answers 136 views
0 votes
0 answers 495 views
0 votes
0 answers 456 views
0 votes
1 answer 422 views
0 votes
1 answer 715 views

634 questions

495 answers

97 comments

2.7k 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
...