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

topPane.viewComboBox Property

Gets or sets the Change view combo box items.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    topPane: {
        //...other params...
        viewComboBox: ['Tiles', 'Thumbnails', 'Icons'],
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').topPane().viewComboBox(value);
value = $au.imageUploaderFlash('uploaderID').topPane().viewComboBox();

Property Value

Type: Array

An array of the Change view combo box items names.

Default value is ['Tiles', 'Thumbnails', 'Icons'].

See Also

Reference