newcomer - Friday, July 27, 2012 8:16 AM:
Hi all,
is it possible to call the function behind the hide tabs button from the menu bar of a form in a js method?
I know how to hide tabs(document "How to hide Relationship Tabs based on Business Logic" from aras) but this solution will not fix my problem.
Greets
edit: I found something:
top.tearoff_menu.onClickMenuItem("save_unlock_close");
When I do this function call in a javascript(event onFormPopulated) an error will be thrown "top.tearoff_menu.onClickMenuItem is null or not an object".
Is this function still available?
newcomer - Monday, July 30, 2012 4:32 AM:
We found a solution:
Set frame height of the relationship frame to 0.