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

topPane.viewComboBoxText Property

Gets or sets the caption of the Change view label.

Syntax

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

Property Value

Type: String

The caption of the Change view label.

Default value is "Change view:".

See Also

Reference