멀티라인 » Api

getminlength

Description

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

Return Value

Type Description
short 최소 글자 개수

Example

function btn_on_mouseup() { screen.alert("멀티라인 최소 글자 수 : " + multi.getminlength()) }

See Also

setminlength
getmaxlength
setmaxlength

Viewer Ver.

9.1.1.1

Update Date

20140225