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

UploadProgressDialog.SecondsText Property

Supported browsers: Internet Explorer

Gets or sets a text for the seconds unit in the uploading files dialog.

Syntax

PHP
public function getSecondsText() {
}

public function setSecondsText($value) {
}

Property Value

Type: string

The text of the seconds unit in the uploading files dialog. As this string is inserted at the end of a sentence, you should specify it without capitalization.

Default value is "seconds".

Remarks

Note

This string is used when the TimeFormat value contains Appearance=Words setting.

This property is necessary for localization of Image Uploader.

See Also

Reference