Disabling a button
Please advise how to disabled a button, and other controls.
Typically with standard form elements you can set a control to an enabled or diabled state
form.elements[0].disabled = true;
Please advise the equivalent with the AW controls. With thanks.
Typically with standard form elements you can set a control to an enabled or diabled state
form.elements[0].disabled = true;
Please advise the equivalent with the AW controls. With thanks.
icodeon
February 23,