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

InstallationProgress Class

This class represents the ActiveX installation progress which allows displaying special instructions helping users to download and install the ActiveX control.

The following tables list the members exposed by the InstallationProgress type.

Constructor

Name Description
public method InstallationProgress($parent) Creates and initializes an instance of the InstallationProgress class.

Properties

Name Description
public property getAltInstallerEnabled()
setAltInstallerEnabled($value)
Gets or sets switch that specifies whether to display instructions on how to install Image Uploader in alternative way (e.g. use a standalone installer).
public property getAltInstallerHtml()
setAltInstallerHtml($value)
Gets or sets HTML-marked text appended to installation instructions in the case if alternative installer is enabled.
public property getAltInstallerUrl()
setAltInstallerUrl($value)
Gets or sets a custom link to an alternative installer.
public property getBeforeIE6XPSP2InstallJavaHtml()
setBeforeIE6XPSP2InstallJavaHtml($value)
Gets or sets Java applet installation instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.
public property getBeforeIE6XPSP2InstructionsHtml()
setBeforeIE6XPSP2InstructionsHtml($value)
Gets or sets ActiveX control installation instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.
public property getBeforeIE6XPSP2ProgressHtml()
setBeforeIE6XPSP2ProgressHtml($value)
Gets or sets ActiveX control downloading instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.
public property getCommonHtml()
setCommonHtml($value)
Gets or sets HTML-marked description of the ActiveX control displayed on the both stages (downloading and installation).
public property getCommonInstallJavaHtml()
setCommonInstallJavaHtml($value)
Gets or sets common instructions on the Java applet installation.
public property getIE6XPSP2InstallJavaHtml()
setIE6XPSP2InstallJavaHtml($value)
Gets or sets Java applet installation instructions for Internet Explorer 6 running on version of Windows equal to Windows XP Service Pack 2 or higher.
public property getIE6XPSP2InstructionsHtml()
setIE6XPSP2InstructionsHtml($value)
Gets or sets ActiveX control installation instructions for Internet Explorer 6 running on version of Windows equal to Windows XP Service Pack 2 or higher.
public property getIE6XPSP2ProgressHtml()
setIE6XPSP2ProgressHtml($value)
Gets or sets ActiveX control downloading instructions for Internet Explorer 6 running on version of Windows equal to Windows XP Service Pack 2 or higher.
public property getIE7InstallJavaHtml()
setIE7InstallJavaHtml($value)
Gets or sets Java applet installation instructions for Internet Explorer 7.
public property getIE7InstructionsHtml()
setIE7InstructionsHtml($value)
Gets or sets ActiveX control installation instructions for Internet Explorer 7.
public property getIE7ProgressHtml()
setIE7ProgressHtml($value)
Gets or sets ActiveX control downloading instructions for Internet Explorer 7.
public property getIE8InstallJavaHtml()
setIE8InstallJavaHtml($value)
Gets or sets Java applet installation instructions for Internet Explorer 8.
public property getIE8InstructionsHtml()
setIE8InstructionsHtml($value)
Gets or sets ActiveX control installation instructions for Internet Explorer 8.
public property getIE8ProgressHtml()
setIE8ProgressHtml($value)
Gets or sets ActiveX control downloading instructions for Internet Explorer 8.
public property getInstructionsCssClass()
setInstructionsCssClass($value)
Gets or sets 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.
public property getJavaProgressHtml()
setJavaProgressHtml($value)
Gets or sets text saying that the downloading of the Java applet is in progress.
public property getMacInstallJavaHtml()
setMacInstallJavaHtml($value)
Gets or sets Java applet installation instructions for Mac browsers.
public property getMiscBrowsersInstallJavaHtml()
setMiscBrowsersInstallJavaHtml($value)
Gets or sets Java applet installation instructions for other browsers (FireFox on Windows, Opera on Windows, FireFox on Linux and so on).
public property getProgressCssClass()
setProgressCssClass($value)
Gets or sets CSS class name to apply it to the downloading 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.
public property getProgressHtml()
setProgressHtml($value)
Gets or sets text saying that the downloading is in progress.
public property getProgressImageUrl()
setProgressImageUrl($value)
Gets or sets a custom image to replace a default wait indicator.
public property getUpdateInstructions()
setUpdateInstructions($value)
Gets or sets common instructions on how to update the ActiveX control.
public property getVisible()
setVisible($value)
Gets or sets switch that specifies whether to display instructions while the ActiveX control is being downloaded and installed.

Methods

Name Description
public method render() Generates InstallationProgress embedding code and writes it into the page.