How to dynamically change the readonly attributes of a text field ?

$ModuleWindow->text2_tab1(-readonly => '1');

and later

$ModuleWindow->text2_tab1(-readonly => '0');

how to make the above work ?

chris


Reply via email to