I have two ExtJs DateTime fields and the current tab order is date1->time1->date2->time2. I want to change the tab ordering to date1->date2->time1->time2. I have tried to set it using date.timeconfig.tabIndex but it does not work. Any ideas on how this can be achieved?