Answered
Determine which tabbed panel is active
Trying out tabbed panels in my dialog for the first time. Is there a way to test for which tab is active at a given time?
Trying out tabbed panels in my dialog for the first time. Is there a way to test for which tab is active at a given time?
If you labeled your tabs with a text property in the tab definition, this should work:
alert(dialog.tpanel1.selection.text)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.