don’t understand how to set programmatically the read-only value of a radio-element in a form;
normally I use
actualForm.setReadonly(id,true);
and for selects I use
actualForm.disableItem(id)
but how to do it on radio-objects?
neither of these two possibilities works …