Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Muhammad afzaal on Feb 10, 2009 04:14
open dhtmlx forum
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.