-
27 Aug 2012 12:50 AM #1
Unanswered: transfer of control
Unanswered: transfer of control
is there any function to move control from one text box to other text box automatically.
-
27 Aug 2012 1:07 AM #2
if what you mean is to set the cursor to another field, you can use the focus method.
where selectText would be a boolean value and 500 is the delay in msecs.Code:field.focus(selectText, 500);
http://docs.sencha.com/ext-js/4-0/#!...t-method-focus


Reply With Quote