라디오버튼 속성의 최대값을 반환하는 API이다.
function btngetFieldMaxlength_on_mouseup() { screen.alert("Max Length는:"+radiobtn.getmaxlength()); }