페이지 컨트롤에 한번에 보여질 페이지 개수를 설정하는 API이다.
function btnSetshowpagecount_on_mouseup() { pageCtrl.setmaxpagecount(10); pageCtrl.setshowpagecount(7); }