Caption of the Copy All button of the Download Completed dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("DownloadCompleteDialogCopyAllButtonText", "Copy All"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadCompleteDialogCopyAllButtonText(value); value = getFileDownloader("FileDownloaderID").getDownloadCompleteDialogCopyAllButtonText();
A string value that specifies a Copy All button caption of the Download Completed dialog.
Default value is "Copy All".
This property is necessary for localization of File Downloader.