0
在一個註冊頁面,我想移動到下一個領域,當我點擊從鍵盤上的標籤。我已經實現了ENTER鍵爲submnission,但我不能移動到下一個領域按TAB鍵時從一個movieclip導航到其他按按TAB在as3
在一個註冊頁面,我想移動到下一個領域,當我點擊從鍵盤上的標籤。我已經實現了ENTER鍵爲submnission,但我不能移動到下一個領域按TAB鍵時從一個movieclip導航到其他按按TAB在as3
設置的tabIndex以連續值應該是足夠的,也許太的tabEnabled .....
textfieldOne.tabIndex=1;
textfieldTwo.tabIndex=2;
textfieldOne.tabEnabled=true;
textfieldTwo.tabEnabled=true;
試舉你的字段'tabIndex'屬性:HTTP://help.adobe。 COM/EN_US/FlashPlatform /參考/動作/ 3 /閃光/顯示/ InteractiveObject.html#的tabIndex – Cherniv