Gets or sets the Change view combo box items.
$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();
Type: Array
An array of the Change view combo box items names.
Default value is ['Tiles', 'Thumbnails', 'Icons'].