I am using gauge for progress bar after a click on login button of the form.
i have two fields username and password in loginform.
after a click on login
gauge = new Gauge("", false, Gauge.INDEFINITE, Gauge.CONTINUOUS_RUNNING);
loginForm.append(gauge);
here the progressbar is shown at right side after the password field.
i want to set in the middle at the same position.

Reply With Quote




