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

topPane.orText Property

Gets or sets caption of the Or label.

Syntax

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

Property Value

Type: String

The caption of the Or label.

Default value is "or".

See Also

Reference