FileDownloader.MessageNoFilesToDownloadText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Text of the error message which states that a file list is empty.

Syntax

Initialize

JavaScript
<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>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setMessageNoFilesToDownloadText(value);
value = getFileDownloader("FileDownloaderID").getMessageNoFilesToDownloadText();

Property Value

A string value that specifies a text of the error message which states that a file list is empty.

Default value is "No files to download".

Remarks

This property is necessary for localization of File Downloader.