1

Do we have any roadMap UI in jQuery or asp.net

I am not sure about the UI name but the UI will look like enter image description here

I have seen the same kind of UI in SAP where every step will be highlightened in the complete process

Gopi
  • 5,656
  • 22
  • 80
  • 146
  • 2
    This is called a flowchart typically. Here's a SO post: http://stackoverflow.com/questions/3944723/javascript-flowchart-flow-diagram-lib – Sean Feb 04 '11 at 07:11
  • please look at this question [http://stackoverflow.com/questions/4192945/multi-step-form-with-jquery-which-degrades-nicely-if-js-is-turned-off] – TheVillageIdiot Feb 04 '11 at 07:20
  • @TheVillageIdiot yes using tabs we can achieve this process partially but still the arrow between each step will be missing? – Gopi Feb 04 '11 at 07:30
  • the arrow is only a CSS detail you can make background to show arrows. – TheVillageIdiot Feb 04 '11 at 14:44

1 Answers1

1

I've seen this referred to as a Progress Tracker: http://www.smashingmagazine.com/2010/01/15/progress-trackers-in-web-design-examples-and-best-design-practices/. I don't know if that's a widely used term or just something they came up with.

I remember looking for something like this a while back don't remember coming across anything that was plug and play. Closest I've seen are:

Either way, you'd need to come up with some imagery/css for arrows. The smashing magazine link should have some examples to help with that.

David
  • 2,038
  • 14
  • 11