Main confirmation dialog message.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("DownloadConfirmationDialogText", "To see the list of files which are about to be downloaded, click Show File List button. Are you sure you want to start download?"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogText(value); value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogText();
A string value that specifies a main confirmation dialog message text.
Default value is "To see the list of files which are about to be downloaded, click Show File List button. Are you sure you want to start download?".
This property is necessary for localization of File Downloader.