Combo Display Items to be different than get items
Hi,
May be this is already posted, but I could not find the links for this question.
Just like html, I need to display a set of Item in a Combo box, but when an item is selected, I need to get its OPTION VALUE rather than the selected item. From the below example, I will be displaying 'Once', 'Twice' etc, but when those are selected, I will taking 'one', two' as its value.
"<SELECT NAME="menu" SIZE=1>
<OPTION SELECTED VALUE="">
<OPTION VALUE="one">Once
<OPTION VALUE="two">Twice
</SELECT>
Please let me know if AW.UI.Combo supports it. If so, can you please provide me the pointers?
Thanks in Advance
May be this is already posted, but I could not find the links for this question.
Just like html, I need to display a set of Item in a Combo box, but when an item is selected, I need to get its OPTION VALUE rather than the selected item. From the below example, I will be displaying 'Once', 'Twice' etc, but when those are selected, I will taking 'one', two' as its value.
"<SELECT NAME="menu" SIZE=1>
<OPTION SELECTED VALUE="">
<OPTION VALUE="one">Once
<OPTION VALUE="two">Twice
</SELECT>
Please let me know if AW.UI.Combo supports it. If so, can you please provide me the pointers?
Thanks in Advance
VJ
February 1,