This property is obsolete.

Distance between the edge of the control and the beginning of panes. This distance is the same for all edges.

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("Padding", "0");
//...other params...
iu.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").setPadding(value);
value = getImageUploader("ImageUploaderID").getPadding();
Property Value

A positive integer value which specify Image Uploader padding (in pixels).

Default value is "0".

Remarks

This property is obsolete. It is highly recommended to specify padding through HTML.

See Also

Examples
Customizing Appearance

Reference
TreePaneWidth Property
FolderPaneHeight Property