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

UploadProgressDialog.HideButtonText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a caption of the Hide button on the dialog displayed during the instant upload.

Syntax

PHP
public function getHideButtonText() {
}

public function setHideButtonText($value) {
}

Property Value

Type: string

The caption of the button which hides the uploading files dialog when the instant upload mode is used.

Default value is "Hide".

Remarks

Note

This button arrears when files are uploaded instantly.

This property is necessary for localization of Image Uploader.

See Also

Reference