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

paneItem.toolbarAlwaysVisible Property

Gets or sets whether the additional controls is always visible or only when a mouse pointer hovers over an item.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    paneItem: {
        //...other params...
        toolbarAlwaysVisible: false,
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').paneItem().toolbarAlwaysVisible(value);
value = $au.imageUploaderFlash('uploaderID').paneItem().toolbarAlwaysVisible();

Property Value

Type: Boolean

true if the additional controls is always visible; otherwise, false.

Default value is false.

See Also

Reference