Form Wizard in tabs

how to create wizard using tabber control … and shoing popup message on second tab click if first tab data is invalid.


There is setOnSelectHandler which can be used to set the function which called when tab selection changes.


The event handler gets new and last id as parameters. An if it doesn’t return true, the new tab won’t be selected.