셀렉트박스 » Api

setselectedcode

Description

해당하는 코드값을 가진 셀렉트박스 아이템을 선택하는 API이다.

Parameters

Parameters Type Description
strCode STRING 선택할 아이템의 코드값

Return Value

Type Description
void 없음

Remark

여러개를 선택할 경우에는 value_delimeter 값으로 연결된 값을 설정한다.

Example

function btn_setselectedcode_on_mouseup() { sbTest.setselectedcode("2"); }

See Also

getselectedcode
setselectedcodeex

Viewer Ver.

9.1.1.1

Update Date

20160921