셀렉트박스 » Api

getselectedcode

Description

셀렉트박스에 선택된 아이템의 코드값을 가져오는 API이다.

Return Value

Type Description
STRING 선택된 아이템의 코드값

Example

function btnGetselectedcode_on_mouseup() { screen.alert(sbTest.getselectedcode()); // 선택된 아이템의 코드값 가져오기 }

See Also

setselectedcode
getselectedcomment
getselectedindex
setselectedcodeex

Viewer Ver.

9.1.1.1

Update Date

20160921