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

folderPane.height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of the folder pane.

Syntax

JavaScript Initialize
$au.uploader({
    folderPane: {
        //...other params...
        height: 300,
        //...other params...
    }
})
Get/Set Value at Runtime
$au.uploader('uploaderID').folderPane().height(value);
value = $au.uploader('uploaderID').folderPane().height();

Property Value

Type: Number

The height of the folder pane. If you want to hide the folder pane, set this property to 0; by setting this property equal to height you can hide the upload pane.

Default value is 300.

See Also

Reference