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

ImageUploader.TreePaneWidth Property

Supported in: ActiveX , Java

Width of the folder tree pane.

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

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setTreePaneWidth(value);
value = getImageUploader("ImageUploaderID").getTreePaneWidth();

Property Value

An integer value that specifies a width of the folder tree pane (in pixels). If the value is -1, the folder tree is invisible.

Default value is "234".

See Also

Manual

Reference