셀렉트박스 » Api

getminlength

Description

셀렉트박스의 min_length 속성값을 반환하는 API이다.

Return Value

Type Description
short 입력가능한 최소길이값

Example

function btnGetminlength_on_mouseup() { screen.alert(sbTest.getminlength()); }

See Also

getmaxlength

Viewer Ver.

9.1.1.1

Update Date

20160921