Page 1 of 1
remove closing cross on tab
Posted: Thu Nov 09, 2017 5:33 am
by CAPL_INFO
Hi,
is there a simple way to remove the closing cross on the tab in the atrium interface ?
Thanks
Re: remove closing cross on tab
Posted: Thu Nov 09, 2017 9:38 am
by Scott Klement
One way would be to use the Atrium.onlaunch() event to stop the tab from being closable. This is very flexible, since it lets you write your own code to control what is or isn't closable.
http://www.profoundlogic.com/docs/pages ... d=27590758
Re: remove closing cross on tab
Posted: Thu Nov 09, 2017 11:38 am
by CAPL_INFO
Thanks for your reply Scott