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