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.
Name | Description | |
---|---|---|
InstallationProgress($parent) | Creates and initializes an instance of the InstallationProgress class. |
Name | Description | |
---|---|---|
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). | |
getAltInstallerHtml() setAltInstallerHtml($value) |
Gets or sets HTML-marked text appended to installation instructions in the case if alternative installer is enabled. | |
getAltInstallerUrl() setAltInstallerUrl($value) |
Gets or sets a custom link to an alternative installer. | |
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. | |
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. | |
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. | |
getCommonHtml() setCommonHtml($value) |
Gets or sets HTML-marked description of the ActiveX control displayed on the both stages (downloading and installation). | |
getCommonInstallJavaHtml() setCommonInstallJavaHtml($value) |
Gets or sets common instructions on the Java applet installation. | |
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. | |
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. | |
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. | |
getIE7InstallJavaHtml() setIE7InstallJavaHtml($value) |
Gets or sets Java applet installation instructions for Internet Explorer 7. | |
getIE7InstructionsHtml() setIE7InstructionsHtml($value) |
Gets or sets ActiveX control installation instructions for Internet Explorer 7. | |
getIE7ProgressHtml() setIE7ProgressHtml($value) |
Gets or sets ActiveX control downloading instructions for Internet Explorer 7. | |
getIE8InstallJavaHtml() setIE8InstallJavaHtml($value) |
Gets or sets Java applet installation instructions for Internet Explorer 8. | |
getIE8InstructionsHtml() setIE8InstructionsHtml($value) |
Gets or sets ActiveX control installation instructions for Internet Explorer 8. | |
getIE8ProgressHtml() setIE8ProgressHtml($value) |
Gets or sets ActiveX control downloading instructions for Internet Explorer 8. | |
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. | |
getJavaProgressHtml() setJavaProgressHtml($value) |
Gets or sets text saying that the downloading of the Java applet is in progress. | |
getMacInstallJavaHtml() setMacInstallJavaHtml($value) |
Gets or sets Java applet installation instructions for Mac browsers. | |
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). | |
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. | |
getProgressHtml() setProgressHtml($value) |
Gets or sets text saying that the downloading is in progress. | |
getProgressImageUrl() setProgressImageUrl($value) |
Gets or sets a custom image to replace a default wait indicator. | |
getUpdateInstructions() setUpdateInstructions($value) |
Gets or sets common instructions on how to update the ActiveX control. | |
getVisible() setVisible($value) |
Gets or sets switch that specifies whether to display instructions while the ActiveX control is being downloaded and installed. |
Name | Description | |
---|---|---|
render() | Generates InstallationProgress embedding code and writes it into the page. |