deleteFilesDialog.titleText Property ActiveX/Java Uploader JavaScript

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a title of the dialog which asks a user to confirm that they really want to delete uploaded files.

Syntax

JavaScript Initialize
$au.uploader({
    deleteFilesDialog
: {
       
//...other params...
        titleText
: "Delete File",
       
//...other params...
   
}
})

Property Value

Type: String

The text of the title of the delete confirmation dialog.

Default value is "Delete File".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference