페이지컨트롤 » Api

getmaxlength

Description

페이지 컨트롤 속성의 max_length 값을 반환하는 API이다.

Return Value

Type Description
short 페이지 컨트롤 속성의 max_length 값

Remark

* 페이지바에 표시된 번호의 자릿수와는 무관.

Example

function btnGetmaxlength_on_mouseup() { screen.alert(pageCtrl.getmaxlength()); }

See Also

getminlength

Viewer Ver.

9.1.1.1

Update Date

20110315