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

statusPane.preparingText Property

Gets or sets the caption of the Preparing label.

Syntax

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

Property Value

Type: String

The caption of the Preparing label.

Default value is "PREPARING...".

See Also

Reference