MontyCoder
05-17-2008, 11:39 AM
i have made list of inputtext field or comboBox field. both inside the Hbox and VBox, now at my base state there lots of text and comboBox fields.
Now what i need is, i wanna set tabIndex according to my style. Like jump from one text field to another and from there to another by just pressing key “tab”.
Like i use to do same in flash with this code
txt1.tabIndex = 0;
txt3.tabIndex = 1;
but i am not getting how to do same.. in flex.
any one can tell me how do i achieve this
thanks for your time
:)
Now what i need is, i wanna set tabIndex according to my style. Like jump from one text field to another and from there to another by just pressing key “tab”.
Like i use to do same in flash with this code
txt1.tabIndex = 0;
txt3.tabIndex = 1;
but i am not getting how to do same.. in flex.
any one can tell me how do i achieve this
thanks for your time
:)