Switch that indicates whether the download log will be displayed expanded by default.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("LogFileExpanded", "false"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setLogFileExpanded(value); value = getFileDownloader("FileDownloaderID").getLogFileExpanded();
A boolean value (true or false). If true, the download log will be displayed expanded at the bottom of the Download Complete dialog by default. If false, the user will have to click the Show Log button to view the download log.
Default value is "false".