Caption of the Show 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("DownloadCompleteDialogShowLogButtonText", "Show Log >>"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadCompleteDialogShowLogButtonText(value); value = getFileDownloader("FileDownloaderID").getDownloadCompleteDialogShowLogButtonText();
A string value that specifies a Show Log button caption of the Download Complete dialog.
Default value is "Show Log >>".
This property is necessary for localization of File Downloader.