오른쪽 마우스 버튼을 눌러서 업로드시 표시한 팝업메뉴를 클릭했을 때 발생하는 이벤트 입니다.
주의
해당 이벤트를 정의하기 전에 반드시contextMenuItems
속성에 대한 설정이 해당 페이지나ibuploadinfo.js
에 있어야 합니다.
$(Selector).IBUpload({
onContextMenu:function(key){
// 사용자 로직
}
});
Name | Type | Default | Description |
---|---|---|---|
Key | string |
ibuploadinfo.jsp 에서 설정한 ibleaders.ibupload.contextMenuItems 개체의 각 항목 명칭 |
version | desc |
---|---|
7.3.0.0 |