Caption of the Hide File List button of the confirmation dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("DownloadConfirmationDialogHideFileListButtonText", "Hide File List <<"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogHideFileListButtonText(value); value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogHideFileListButtonText();
A string value that specifies a Hide File List button caption of the confirmation dialog.
Default value is "Hide File List <<".
This property is necessary for localization of File Downloader.