라디오그룹이 비활성화상태일때 선택되지 않은 아이템의 이미지경로를 지정하는 API이다.
Parameters | Type | Description |
---|---|---|
strImageURL | STRING | 이미지 경로 |
Type | Description |
---|---|
void | 없음 |
function radioimage_on_mouseup(objInst)
{
alert(radiogroup.getimagedisunselect());
radiogroup.setimagedisunselect("/radio_dis_normal.png");
}