Is it a way thanks to an internal parameter to automatically retrieve the name of the current screen ?
In that way, I could set automatically some behaviour like opening directly the right tab in a tab widget, etc.
Regards
Yves
Take that case.
A request form has to be filled in by 4 differents services (parallel task).
The webinterface is made of a tab widgets with 4 tabs, one per service.
I want that when people click in the link received by email, their related tab is open
I can add one JS per screen (which is only available in that screen) which will fill in a text widget with the screen name. Then a JS will listen to that text widget and change the open tab using setSelectedTabIndex.
But there should be a simpler way ?
Regards
Yves
Thanks Murali
Yves