Hello Team , I need to make title of the page in the browser tab is dynamic . But in mendix there is way to given static title . As you can see in the below image . Whatever value we are giving in the title section it would be visible in the page title . But there is no option to pass parameter to add a dynamic title . Can anyone please help to add a dynamic title . Thanks in Advance !
asked
Vinodhini R
2 answers
1
Hi Vinodhini,
I recommend you set it when opening the page like these:
answered
Gürtuğ Güngör
0
When opening the page from an action (microflow/nanoflow or other page) you can set the page title dynamically. So check how the user navigates to it and change it there.