Change Tab name dynamically

0
Hi reader,   I want to change the name of the tab dynamically on runtime. How can I do this?   Please respond asap.   Thanks and Regards, Harshraj Singh
asked
4 answers
1

Hi Harshraj Singh,

 

This is not possible out of the box.

However, you can take a look at this Marketplace module: https://marketplace.mendix.com/link/component/894

This widgets allows you to change the tab name of a tab with an attribute.

Simply put the widget ‘Tab name’ into the tab and provide it with an attribute.

answered
1

Hi Harshraj,

 

its not possible to change the tab name dynamically I tried with Javascript aswell its not worked over here.its better to approach a different way.

answered
0

Hi Harshraj,

I agree with above  answers that tab name cannot be changed dynamically, but however you can try to achieve something similar with badges available for tab containers

answered
0

 

Hi Harshraj Singh,

 

  1. It is not possible to change the tab name dynamically I tried with Javascript and CSS through class name as well but its not worked. So may be you try it with anyother different way.
  2. Yes, we can able to create a new user role at runtime but page wise access we can fixed by based on role selection.
answered