controller.setTabSequence()

How can we use controller.setTabSequence() method. What is the usage syntax?

Thanks

Hi Hameed,

You can provide it with an array of form elements. Tabbing through the form will then be done in the order the elements appear in the array.

Thanks, I will try this out.