Gets or sets a width of the tree pane.
$au.uploader({ treePane: { //...other params... width: 200, //...other params... } })Get/Set Value at Runtime
$au.uploader('uploaderID').treePane().width(value); value = $au.uploader('uploaderID').treePane().width();
Type: Number
The width of the tree pane (in pixels). If you want to hide the tree pane, set this property to 0
.
Default value is 200.