Main message 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("DownloadCompleteDialogText", "Download has been completed. Click Show Log button to see the log file"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadCompleteDialogText(value); value = getFileDownloader("FileDownloaderID").getDownloadCompleteDialogText();
A string value that specifies a main message text of the Download Completed dialog.
If an empty string is provided as a value, the dialog will not be displayed.
Default value is "Download has been completed. Click Show Log button to see the log file".
This property is necessary for localization of File Downloader.