I have 4 tabs. I want to prevent the user to get (with window.alert example) to another tab as it has not finished filling the current tab. After user finishes filling out all fields, a text will appear (saying he can move to the next tab) inside the current tab. And he will be able to click the tab below.
Should I use BeforeSelectionEvent handler or SelectionHandler?