FileDownloader.DownloadCompleteDialogOkButtonText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the OK button of the Download Complete dialog.

Syntax

Initialize

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500);
//...other params...
fd.addParam("DownloadCompleteDialogOkButtonText", "OK");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setDownloadCompleteDialogOkButtonText(value);
value = getFileDownloader("FileDownloaderID").getDownloadCompleteDialogOkButtonText();

Property Value

A string value that specifies an OK button caption of the Download Complete dialog.

Default value is "OK".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference