멀티라인 » Api

getmaxlength

Description

해당 멀티라인의 최대 입력 글자수를 반환하는 API이다.

Return Value

Type Description
short 최대 입력 글자수

Example

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

See Also

getminlength

Viewer Ver.

9.1.1.1

Update Date

20110304