Aurigma ActiveX/Java Uploader 8.0.42
installationProgress.showInstallationScreen Property
Sets a value indicating whether the installation screen should be displayed.
Syntax
JavaScript
Initialize
var u = $au.uploader({
//...other params...
});
var ip = $au.installationProgress(u);
ip.showInstallationScreen(true);
//...other params...
u.writeHtml();
Property Value
Type: Boolean
If true
Default value is true.