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

topPane.showViewComboBox Property

Gets or sets whether the Change View combo box is visible or not.

Syntax

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

Property Value

Type: Boolean

true if the Change View combo box is visible; otherwise, false.

Default value is true.

See Also

Reference