This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.SecondsText Property

Supported in: ActiveX , Java

Text for seconds unit in the progress dialog.

Syntax

Initialize

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("SecondsText", "seconds");
//...other params...
iu.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setSecondsText(value);
value = getImageUploader("ImageUploaderID").getSecondsText();

Property Value

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

Default value is "seconds".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Manual

Reference