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

ImageUploader.ThumbnailHorizontalSpacing Property

Supported in: ActiveX , Java

Horizontal distance between thumbnails in the folder and upload panes.

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("ThumbnailHorizontalSpacing", "15");
//...other params...
iu.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setThumbnailHorizontalSpacing(value);
value = getImageUploader("ImageUploaderID").getThumbnailHorizontalSpacing();

Property Value

A non-negative integer value that specifies a horizontal thumbnail spacing.

Default value is "15".

See Also

Reference