Script in all pages

1
Hi community,   I would like to add a script in all pages of my app (Header section) ; how can I do that ?   thanks
asked
1 answers
1

You could use: https://marketplace.mendix.com/link/component/56

 

Or you could do that by creating a new layout or implementing this on an existing layout, add a snippet call to the layout, in that snippet call, create a dataview filled by nanaflow if you want javascript or microflow if you want serverside logic. In that microflow apply your logic. For example:

 

answered