FileDownloader.ShowFileListProgressDialog Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Switch that indicates whether the File List Progress dialog should be displayed.

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("ShowFileListProgressDialog", "false");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setShowFileListProgressDialog(value);
value = getFileDownloader("FileDownloaderID").getShowFileListProgressDialog();

Property Value

A boolean value (true or false). If true, File Downloader will display the File List Progress dialog.

Default value is "false".

See Also

Reference