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

StatusPane.ClearAllHyperlinkText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the Clear all hyperlink.

Syntax

PHP
public function getClearAllHyperlinkText() {
}

public function setClearAllHyperlinkText($value) {
}

Property Value

Type: string

The text of the Clear all hyperlink.

Default value is "clear all".

Remarks

By clicking this link, a user can remove all the files from the upload pane.

This property is necessary for localization of Image Uploader.

See Also

Reference