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

DeleteFilesDialog.TitleText Property

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

PHP
public function getTitleText() {
}

public function setTitleText($value) {
}

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 Image Uploader.

See Also

Reference