Background color of the region occupied by File Downloader.
<script type="text/javascript" src="iuembed.js"> </script>
<script type="text/javascript">
var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500);
//...other params...
fd.addParam("BackgroundColor", "#ffffff");
//...other params...
fd.writeHtml();
</script>
getFileDownloader("FileDownloaderID").setBackgroundColor(value);
value = getFileDownloader("FileDownloaderID").getBackgroundColor();
A color value specified as the hex representation of the RGB triad in HTML-style syntax (#rrggbb
).
It specifies the background color of File Downloader.
Default value is "#ffffff".
It is the color of the area under the Download button.