전용브라우저에서 파일다운로드시 대화상자 표시여부를 지정하는 API입니다.
Parameters | Type | Description |
---|---|---|
nHideFileDialog | short | 파일다운로드대화상자 표시 여부(*Remark 참조) |
Type | Description |
---|---|
BOOL | 정상처리 여부 |
**nHideFileDialog 파라미터 0 : 파일다운로시 대화상자 표시 1 : 파일다운로시 대화상자 표시안함 2 : 전용브라우저에 설정한 기본값으로 복원(환경파일 HIDE_FILEDIALOG 및 기동파라미터 hide-filedialog 값 기준)
전용 브라우저 환경에서만 동작합니다.
function btn_test_on_mouseup(objInst)
{
// 파일다운로시 대화상자 표시안함
factory.xplussethidefiledialog(1);
}