숫자필드 » Api

getmaxlength

Description

필드 속성의 max length값을 반환하는 API이다.

Return Value

Type Description
short 최대 길이 값

Example

function btn_getFieldMaxlength_on_mouseup() { screen.alert("필드의최대입력값의크기는:" + field.getmaxlength()); }

See Also

setmaxlength
getminlength

Viewer Ver.

9.1.1.1

Update Date

20091208