GWT 焦点问题
如何将焦点设置到下一个选项卡索引?
我有一个表单,其中包含几个小部件,我想处理 Tab 键按下,将焦点从 A 小部件设置到 B
How can I set the focus to the next tab index?
I have a form, that contains several widget and I would like to handler the tab key down, to set the focus from A widget to B
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
方法将焦点从小部件 A 设置到小部件 B。
You can use
method to set the focus from widget A to widget B.