필드 속성의 min length의 값을 반환하는 API이다.
function btn_getFieldMinlength_on_mouseup() { screen.alert("필드의최소입력값의크기는:" + field.getminlength()); }