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

ImageUploader.ProgressDialogWidth Property

Supported in: ActiveX , Java

Width of 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("ProgressDialogWidth", "400");
//...other params...
iu.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setProgressDialogWidth(value);
value = getImageUploader("ImageUploaderID").getProgressDialogWidth();

Property Value

A non-negative integer value which specifies a width of the progress dialog (in pixels).

Default value is "400".

See Also

Manual

Reference