Caption of the Apply to All checkbox of the File Exists dialog.
<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>
getFileDownloader("FileDownloaderID").setFileExistsDialogApplyToAllText(value); value = getFileDownloader("FileDownloaderID").getFileExistsDialogApplyToAllText();
A string value that specifies a caption of the Apply to All checkbox in the File Exists dialog.
Default value is "Apply to All".
This property is necessary for localization of File Downloader.