숫자필드 » Api

getminlength

Description

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

Return Value

Type Description
short 최소 길이 값

Example

function btn_getFieldMinlength_on_mouseup() { screen.alert("필드의최소입력값의크기는:" + field.getminlength()); }

See Also

getmaxlength
setmaxlength

Viewer Ver.

9.1.1.1

Update Date

20091208