FileDownloader.DownloadCompleteDialogHideLogButtonText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the Hide Log 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("DownloadCompleteDialogHideLogButtonText", "Hide Log <<");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setDownloadCompleteDialogHideLogButtonText(value);
value = getFileDownloader("FileDownloaderID").getDownloadCompleteDialogHideLogButtonText();

Property Value

A string value that specifies a Hide Log button caption of the Download Complete dialog.

Default value is "Hide Log <<".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference