Gets or sets a width of the tree pane.
$au.uploader({Get/Set Value at Runtime
treePane: {
//...other params...
width: 200,
//...other params...
}
})
$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.