8
Views
1
Comments
BreadCrums how to do it
Question
Hi all,

I'm trying to implement in my application a breadcrums navigation, in CMS (OutSystems solution) breadcrums works based on folderpath. I have no folder path so i just wanna know if someone made this, ideas/sugestions are wellcome.

by using entryparameters ?


Thanks in advance,

Cheers

2017-10-02 14-22-21
Paulo Tavares
Staff
Hi António,

I guess it will depend on the underlying navigation structure, as well as your data model.

We had breadcrumbs in our website - and style guide as well - in the past. Basically, I think that the breadcrumbs would have to be generated either by:

- In the Preparation, getting the folder structure data through a query;
- Generating the breadcrumb in a List Records or an unescaped expression;

Does this shed some light on your question?

Regards,

Paulo Tavares
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.