Text for the minutes unit in the progress dialog.

Syntax

Initialize
JavaScript CopyCode imageCopy Code
<script type="text/javascript" src="iuembed.js"></script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("MinutesText", "minutes");
//...other params...
iu.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").setMinutesText(value);
value = getImageUploader("ImageUploaderID").getMinutesText();
Property Value

A string value that specifies a text for minutes unit in the progress dialog. As this string is inserted at the end of the sentence, you should specify it without capitalization.

Default value is "minutes".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Examples
Localization

Reference
HoursText Property
ProgressDialogEstimatedTimeText Property
SecondsText Property
TimeFormat Property