셀렉트박스 » Api

setmaxlength

Description

셀렉트박스의 최대 입력 글자수를 설정하는 API이다.

Parameters

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

Return Value

Type Description
void 없음

Example

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

See Also

getmaxlength

Viewer Ver.

9.1.1.1

Update Date

20160921