Text for the kilobytes unit.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("KilobytesText", "kB"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setKilobytesText(value); value = getFileDownloader("FileDownloaderID").getKilobytesText();
A string value that specifies a text for the kilobytes unit to be displayed in dialogs.
Default value is "kB".
This property is necessary for localization of File Downloader.