Width of the folder tree pane.

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

Examples
Two Panes Layout
Three Panes Layout
Open File Dialog Sample
Changing Background Colors for Panes

Reference
PaneLayout Property
FolderPaneHeight Property
PaneResize Event