Hello,
I have a tabbar in a window and I would like to reload a tab of the tabbar from a second window.
The code should like be something like this but I dont know how to make it work:
parent.dhxWins.window(“ID_of_the_window”).myTabbar.tabs(“a3”).reloadURL();
Some suggestion?