Hi, I have a xyLayout panel with several textFields. Can I use tab key to change textFields in certain order and how it implements? Thanks. |
Hi Emil, You can use the tabIndex attribute to achieve your request. tabIndex is an integer value indicating the tabbing order of a component relative to other components in the panel. In the example below, the tab navigation order will be: t1 -> t3 -> t2
Best Regards, Ibrahim |