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

InstallationProgress.InstructionsCssClass Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

PHP
public function getInstructionsCssClass() {
}

public function setInstructionsCssClass($value) {
}

Property Value

Type: string

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

Default value is "".

See Also

Reference