멀티라인 » Api

setminlength

Description

멀티라인의 입력 가능한 최소 글자수를 설정하는 API이다.

Parameters

Parameters Type Description
nMinLength long 최소 글자 개수

Return Value

Type Description
void

Example

function btn_on_mouseup() { if(multi.getminlength() <= 0) { // 최소 입력 글자수를 10byte로 제한. multi.setminlength(10); } }

See Also

getminlength
getmaxlength
setmaxlength

Viewer Ver.

9.1.1.1

Update Date

20140225