페이지 컨트롤 속성의 max_length 값을 반환하는 API이다.
* 페이지바에 표시된 번호의 자릿수와는 무관.
function btnGetmaxlength_on_mouseup() { screen.alert(pageCtrl.getmaxlength()); }