user interface - Choice Group behavior - select element upon hover in J2ME polish -
the current implementation of choicegroup (view-type: verticalfixed) has 3 states: unselected, hover, selected. when using component on phone keypad, , down key events hover individual choice group elements , fire select element.
is there way in can modify behavior hover == selection ?
use getselectedindex under fire. hover css. //#style hoverchoicegroup
for css
.hoverchoicegroup{ } .hoverchoicegroup:hover{ }
Comments
Post a Comment