라디오버튼 » Api

getmaxlength

Description

라디오버튼 속성의 최대값을 반환하는 API이다.

Return Value

Type Description
short 최대 길이 값

Example

function btngetFieldMaxlength_on_mouseup() { screen.alert("Max Length는:"+radiobtn.getmaxlength()); }

Viewer Ver.

9.1.1.1

Update Date

20091210