:: Forum >>

Making the combo uneditable

I'm not sure what the long term repercussions of this will be but... I wanted to disable edits (globally) to the combo box and discovered that making a simple edit to the runtime/lib/aw.js file did the trick. I found the AW.UI.Combo class declaration (line 53 in version 2.0.b3) and changed the following code block from

AW.UI.Input.create.call(this);

to

AW.UI.Label.create.call(this);

So far, every thing seems to be working properly.
Philip Southam
Sunday, December 4, 2005
See related post at:
/javascript.forum.9294.3/dropdown-control-instead-of-combo.html
LostInSpace
Tuesday, February 7, 2006

This topic is archived.


Back to support forum

Forum search