Width of the folder tree pane.
<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>
getImageUploader("ImageUploaderID").setTreePaneWidth(value); value = getImageUploader("ImageUploaderID").getTreePaneWidth();
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".