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
to
So far, every thing seems to be working properly.
AW.UI.Input.create.call(this);
to
AW.UI.Label.create.call(this);
So far, every thing seems to be working properly.
Philip Southam
December 4,