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

uploader.deleteFilesDialog Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets the settings of the delete confirmation dialog.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    deleteFilesDialog: {},
    //...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').deleteFilesDialog(value);
value = $au.uploader('uploaderID').deleteFilesDialog();

Property Value

Type: $au.deleteFilesDialog

The delete confirmation dialog settings.

See Also

Reference