FileDownloader.FileExistsDialogApplyToAllText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the Apply to All checkbox of the File Exists 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("FileExistsDialogApplyToAllText", "Apply to All");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setFileExistsDialogApplyToAllText(value);
value = getFileDownloader("FileDownloaderID").getFileExistsDialogApplyToAllText();

Property Value

A string value that specifies a caption of the Apply to All checkbox in the File Exists dialog.

Default value is "Apply to All".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference