페이지 컨트롤의 현재 페이지 번호를 반환하는 API이다.
function btnGetcurpage_on_mouseup() { screen.alert("현재 페이지 번호 : " + pageCtrl.getcurpage()); }