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

uploadErrorDialog.title Property

Gets or sets the title of the Upload Error dialog.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    uploadErrorDialog: {
        //...other params...
        title: "Upload Error",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadErrorDialog().title(value);
value = $au.imageUploaderFlash('uploaderID').uploadErrorDialog().title();

Property Value

Type: String

The title of the Upload Error dialog.

Default value is "Upload Error".

See Also

Reference