Horizontal distance between thumbnails in the folder and upload panes.

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("ThumbnailHorizontalSpacing", "15");
//...other params...
iu.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
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
ThumbnailVerticalSpacing Property