Tab onclick?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Sure, put the following code into JS-editor of Forms Designer:
Code: Select all
$('#fd_tabcontrol-0').on('tabsactivate', function(event, ui) {
alert('New tab: ' + ui.newTab.text());
alert('Previous tab:' + ui.oldTab.text())
});
-
- Information
-
Who is online
Users browsing this forum: No registered users and 22 guests