:: Forum >>

Combo Box w/o Editing

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 support forum

Forum search