숫자필드(확장) » Api

getmaxlength

Description

필드의 최대 입력 글자수를 반환하는 API이다.

Return Value

Type Description
short 최대 입력 글자수

Example

function btn_on_mouseup() { screen.alert("최대 입력 글자수 : " + fldNum.getmaxlength()); }

See Also

getminlength

Viewer Ver.

9.1.1.1

Update Date

20110308