팩토리 » Api

setexceldownloadurl

Description

exceldownload 함수 실행시 호출될 URL를 설정한다.

Parameters

Parameters Type Description
url STRING exceldownload 함수 실행시 호출될 URL

Return Value

Type Description
void

Example

function btn_setexceldownloadurl_on_mouseup(objInst) { var sExcelDownloadUrl = "http://127.0.0.1:8080/xexcel5_app/XExcelDownload"; factory.setexceldownloadurl(sExcelDownloadUrl); }

See Also

getexceldownloadurl

Viewer Ver.

9.1.1.1

Update Date

20161201