New Form and add related items
Hi all,
i have a new form with a tab control. When i open the form, the first tab is selected.
$('#fd_tabcontrol-0').tabs('option', 'active', 0);
If i add on the third tab a related item, the form change to the first tab.
Is it possible, when i add an item, the third tab is the default tab?
Best wishes
Tom
i have a new form with a tab control. When i open the form, the first tab is selected.
$('#fd_tabcontrol-0').tabs('option', 'active', 0);
If i add on the third tab a related item, the form change to the first tab.
Is it possible, when i add an item, the third tab is the default tab?
Best wishes
Tom
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi Tom,
Just remove your code and each time a user opens a form, the last opened tab will be selected by default :
$('#fd_tabcontrol-0').tabs('option', 'active', 0);
Just remove your code and each time a user opens a form, the last opened tab will be selected by default :
$('#fd_tabcontrol-0').tabs('option', 'active', 0);
-
- Information
-
Who is online
Users browsing this forum: No registered users and 4 guests