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

JavaScript Initialize
var u = $au.uploader({
    //...other params...
});
var ip = $au.installationProgress(u);
ip.instructionsCssClass("");
//...other params...
u.writeHtml();

Property Value

Type: String

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

Default value is "".

See Also

Reference