한글필드 » Api

getmaxlength

Description

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

Return Value

Type Description
short 최대 입력 글자수

Example

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

See Also

setmaxlength
getminlength

Viewer Ver.

9.1.1.1

Update Date

20110308