Lines Matching refs:spinner
674 this.spinner = _V_.createElement("div", {
678 this.box.appendChild(this.spinner);
679 this.activateElement(this.spinner, "spinner");
1444 this.each(this.spinners, function(spinner){ argument
1445 spinner.style.display = "block";
1451 this.each(this.spinners, function(spinner){ argument
1452 spinner.style.display = "none";
1458 this.each(this.spinners, function(spinner){ argument
1460 spinner.style.WebkitTransform = 'scale(0.5) rotate('+this.spinnersRotated+'deg)';
1461 spinner.style.MozTransform = 'scale(0.5) rotate('+this.spinnersRotated+'deg)';
1482 if(this.spinner.style.display == "block") { this.hideSpinners(); }