Aurigma ActiveX/Java Uploader 8.0.33
installationProgress.chromeProgressHtml Property
Sets installation instructions for Google Chrome.
Syntax
JavaScript
Initialize
var u = $au.uploader({
//...other params...
});
var ip = $au.installationProgress(u);
ip.chromeProgressHtml("<p>Aurigma Upload Suite requires Java plug-in. Please, click <strong>Run this time</strong> or <strong>Always run on this site</strong> to let Java plug-in run.</p>");
//...other params...
u.writeHtml();
Property Value
Type: String
The installation instructions for Google Chrome.
Default value is "<p>Aurigma Upload Suite requires Java plug-in. Please, click <strong>Run this time</strong> or <strong>Always run on this site</strong> to let Java plug-in run.</p>".