FileDownloader.KilobyteRateText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the kilobytes per second unit in the progress dialog.

Syntax

Initialize

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500);
//...other params...
fd.addParam("KilobyteRateText", "kB/s");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setKilobyteRateText(value);
value = getFileDownloader("FileDownloaderID").getKilobyteRateText();

Property Value

The text of the kilobytes per second unit in the progress dialog.

Default value is "kB/s".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference