Breadcrumb in Perspective

Hi all,

I would like to have a breadcrumb navigation like below in my perspective project,
image
Any ideas to achieve this?

You'll need two things:

  • a view that represents an element of the path
  • a flex repeater that repeats this element

If you're trying to match your example, the element will be composed of an icon and a label. You can parameterize both to configure what they look like. You'll also have to pass the url as a third parameter.

Now all you have to do is configure the repeater's instances to be your breadcrumbs elements, with the arguments they need.

1 Like