FileDownloader.MinutesText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Text for the minutes unit.

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("MinutesText", "minutes");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setMinutesText(value);
value = getFileDownloader("FileDownloaderID").getMinutesText();

Property Value

A string value that specifies a text for the minutes unit to be displayed in dialogs. As this string is inserted at the end of the sentence, it is recommended to specify the text without capitalization.

Default value is "minutes".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference