Skip to content

Instantly share code, notes, and snippets.

@JitendraZaa
Created October 21, 2017 18:11
Show Gist options
  • Select an option

  • Save JitendraZaa/85d14679a6c51ebf66b78896a041aa34 to your computer and use it in GitHub Desktop.

Select an option

Save JitendraZaa/85d14679a6c51ebf66b78896a041aa34 to your computer and use it in GitHub Desktop.
Create Breadcrumb Or Chevron Control in Flow
<div>
<a href="/flow/Breadcrumb?stepNumber=1" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page1Blue.png" alt="Page1" style="width:100px;height:40px;" />
</a>
<a href="/flow/Breadcrumb?stepNumber=2" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page2Gray.png" alt="Page2" style="width:100px;height:40px;margin-left:-20px;" />
</a>
<a href="/flow/Breadcrumb?stepNumber=3" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page3Gray.png" alt="Page3" style="width:100px;height:40px;margin-left:-20px;" />
</a>
</div>
<div>
<a href="/flow/Breadcrumb?stepNumber=1" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page1Gray.png" alt="Page1" style="width:100px;height:40px;" />
</a>
<a href="/flow/Breadcrumb?stepNumber=2" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page2Blue.png" alt="Page2" style="width:100px;height:40px;margin-left:-20px;" />
</a>
<a href="/flow/Breadcrumb?stepNumber=3" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page3Gray.png" alt="Page3" style="width:100px;height:40px;margin-left:-20px;" />
</a>
</div>
<div>
<a href="/flow/Breadcrumb?stepNumber=1" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page1Gray.png" alt="Page1" style="width:100px;height:40px;" />
</a>
<a href="/flow/Breadcrumb?stepNumber=2" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page2Gray.png" alt="Page2" style="width:100px;height:40px;margin-left:-20px;" />
</a>
<a href="/flow/Breadcrumb?stepNumber=3" target="_self">
<img src="/resource/1507766397000/ChevronImages/Page3Blue.png" alt="Page3" style="width:100px;height:40px;margin-left:-20px;" />
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment