숫자필드 » Api

setmaxlength

Description

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

Parameters

Parameters Type Description
nMaxLength short 최대 입력 글자수

Return Value

Type Description
void 없음

Example

function btnSetMaxLength_on_mouseup() { fldNum.setmaxlength(15); }

See Also

getmaxlength
getminlength

Viewer Ver.

9.1.1.1

Update Date

20110309