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

imageUploaderFlash.height Property

Gets or sets the height of the control.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    height: "400px",
    //...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').height(value);
value = $au.imageUploaderFlash('uploaderID').height();

Property Value

Type: String

The height of the control.

Default value is "400px".

See Also

Reference