:: Forum >> Version 2 >>
Combo Box w/o Editing
More information on this topic is available in the documentation section:
/aw.ui.combo/.
Can you have a combo box that doesn't permit editing? For example, a list of states or credit card types shouldn't allow users to input their own text?
Thanks.
Kevin
Tuesday, September 11, 2007
You can try disabling the textbox in the AW.UI.Combo control -
obj.getContent("box/text").setAttribute("readOnly", true);
Alex (ActiveWidgets)
Thursday, September 13, 2007
This topic is archived.
Back to /aw.ui.combo/
Documentation:
Forum search