FileDownloader.HoursText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Text for the hours 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("HoursText", "hours");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setHoursText(value);
value = getFileDownloader("FileDownloaderID").getHoursText();

Property Value

A string value that specifies a text for the hours 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 "hours".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference