InstallationProgress.ProgressCssClass Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Sets a CSS class name to apply it to the downloading screen. This class should be declared in a source code of the page ActiveX/Java Uploader is added to, or in the external CSS file linked to this page.

Syntax

PHP
public function getProgressCssClass() {
}

public function setProgressCssClass($value) {
}

Property Value

Type: string

The CSS class name to apply it to the downloading screen.

Default value is "".

Remarks

Note

You should use the !important modifier for every dimensional and positional css property, or they will be ignored.

See Also

Reference