Text for the hours unit.
<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>
getFileDownloader("FileDownloaderID").setHoursText(value); value = getFileDownloader("FileDownloaderID").getHoursText();
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".
This property is necessary for localization of File Downloader.