Dynamic HTML Title is not working in mendix 7

0
Hi All, I am trying to change the browser tab name in mendix 7 using Dynamic HTML Title widget, but it didn't work and i read that dojo functions are deprecated in mendix 7. can any one is help me how to fix it.
asked
1 answers
1

Hi Senthil,

You can change the browser tab name by using jquery. Here is a similar question with a walk through on how to do that. 

https://forum.mendix.com/link/questions/89291

 

Hope this helps!

 

Edit: what do you mean previous value? It should change to the value that is set by the entity. I would make sure that value is set correctly. Here is an example that I did. 

https://drive.google.com/file/d/15VZ7MnCH7NH22a8HJ43A57CGSs-xUVja/view?usp=sharing

answered