Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi Team,
We are working on some mashup with multiple tabs related activity. We want to hide some of the tabs dynamically based on the user logging in.
We are able to dynamically disable the tab by assigning false value to disable checkbox but we are not able to dynamically hide the tab by assigning false value to visible checkbox. When the mashup loads, it hides the tab temporarily but this event is not persistent, with in a second, it switches back to normal and shows all tabs.
Let me know if there is any workaround for this.
Thanks in advance.
Solved! Go to Solution.
At lest with 6.5.13 works, you have something like this:
Tab1Visible / Tab2Visible / Tab3Visible I have it set by default = false
valIsAll / valIsDaily / valIsMonthly Validator Widgets:
- autoevaluate = true
Hi, it should work, I doing it actually on my mashups.
Hi Carles Coll,
Thanks for your reply. But i am facing this problem in all browsers like IE,Chrome,Firefox.
I am not sure why it is not working. I have tested it couple of times as well. But still no hope.
At lest with 6.5.13 works, you have something like this:
Tab1Visible / Tab2Visible / Tab3Visible I have it set by default = false
valIsAll / valIsDaily / valIsMonthly Validator Widgets:
- autoevaluate = true
Thanks. It works.