Main message of the File List Progress dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("FileListProgressDialogText", "Getting file list..."); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setFileListProgressDialogText(value); value = getFileDownloader("FileDownloaderID").getFileListProgressDialogText();
A string value that specifies a main message text of the File List Progress dialog.
Default value is "Getting file list...".
This property is necessary for localization of File Downloader.