Text of the error message which states that a file list is empty.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("MessageNoFilesToDownloadText", "No files to download"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setMessageNoFilesToDownloadText(value); value = getFileDownloader("FileDownloaderID").getMessageNoFilesToDownloadText();
Default value is "No files to download".
This property is necessary for localization of File Downloader.