选择组行为 - 在 J2ME 优化中悬停时选择元素
ChoiceGroup(view-type:verticalfixed)当前的实现有三种状态:未选中、悬停、选中。当在带有键盘的手机上使用此组件时,向上和向下键事件会悬停各个选择组元素,并且 FIRE 实际上会选择该元素。
有没有一种方法可以修改此行为,以便悬停==选择?
The current implementation of ChoiceGroup (view-type: verticalfixed) has three states: unselected, hover, selected. When using this component on a phone with a keypad, UP and DOWN key events hover the individual choice group elements and FIRE would actually select the element.
Is there a way in which I can modify this behavior so that hover == selection ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 FIRE 下使用 getselectedIndex。悬停只是CSS。 hoverChoicegroup
//#style用于css的
Use getselectedIndex under FIRE. Hover is just css. //#style hoverChoicegroup
for css