vincent_heuvrard
8 years agoIdeator I
Update RelationShip Tab on change
Hi guys !
I'm looking to refresh the current RelationShipTab (TearOff) on change detected in the form.
For the event, no problem.
I found how remove the tab :
var tabbar = parent.relationships.relTabbar;
tabbar.removeTabByLabel("Rapport");
And I think that there is some other method something like "refreshTabByLabel" existing ...
If someone can help me ...
(And if there is a document or a website where I could find the different method behind "parent.relationships.relTabbar" ...)
Thanks a lot.