Sets installation instructions for Internet Explorer 7.
var u = $au.uploader({ //...other params... }); var ip = $au.installationProgress(u); ip.IE7InstructionsHtml("<p>To install Aurigma Upload Suite, please click on the <strong>Information Bar</strong> " + "and select <strong>Install ActiveX Control</strong> or <strong>Run ActiveX Control</strong> from the dropdown menu.</p>" + "<p>Then either click <strong>Run</strong> or after the page is reloaded click <strong>Install</strong> when you see the " + "control installation dialog. If you don't see Information Bar, please try to reload the page and/or check your security " + "settings.</p>"); //...other params... u.writeHtml();
Type: String
The installation instructions for Internet Explorer 7.
Default value is "<p>To install Aurigma Upload Suite, please click on the <strong>Information Bar</strong> and select <strong>Install ActiveX Control</strong> or <strong>Run ActiveX Control</strong> from the dropdown menu.</p> <p>Then either click <strong>Run</strong> or after the page is reloaded click <strong>Install</strong> when you see the control installation dialog. If you don't see Information Bar, please try to reload the page and/or check your security settings.</p>".