enableOption

enables a disabled option of the control

void enableOption(string|number id);
idstring|numberthe option id

Example

$$('myradio').disableOption(id);
...
$$('myradio').enableOption(id);

Related samples

See also
Back to top