Categories | Question details Back To List | ||
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. Answer posted by Alex (support) on Feb 10, 2009 08:07 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. |