imageUploaderFlash.height Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

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