Home
last modified time | relevance | path

Searched refs:activeImage (Results 1 – 2 of 2) sorted by relevance

/plugin/lightboxv2/
H A Dscript.js6 ….hide();g(imageNum)}function g(e){!1==a.inprogress&&(a.inprogress=!0,a.activeImage=e,b("#loading")…
7 …mage").attr("src",a.imageArray[a.activeImage][0]).width(e).height(c);r(e,c)};imgPreloader.src=a.im…
9activeImage][1]&&b("#caption").html(a.imageArray[a.activeImage][1]).show();if(1<a.imageArray.lengt…
10activeImage+1<a.imageArray.length||a.loopImages)c+='<a title="'+a.strings.nextLinkTitle+'" href="#…
11activeImage?a.imageArray.length-1:a.activeImage-1][0];else if(a.imageArray.length-1>a.activeImage&…
12activeImage?a.imageArray.length-1:a.activeImage-1);return!1}),b("#nextLink,#nextLinkText").show().…
13activeImage?c.imageArray.length-1:c.activeImage-1)):0!=c.activeImage&&(l(),g(c.activeImage-1));els…
14 …"images/closelabel.gif",overlayOpacity:0.6,borderSize:10,imageArray:[],activeImage:null,inprogress… property in b.fn.lightbox.defaults
/plugin/lytebox/
H A Dlytebox.js74 this.activeImage = null;
316 this.activeImage = this.activeSlide = this.activeFrame = imageNum;
564 if(this.activeImage != 0) {
573 if(this.activeImage != (this.imageArray.length - 1)) {
606 if(myLytebox.activeImage != 0) {
608 myLytebox.changeContent(myLytebox.activeImage - 1);
623 if(myLytebox.activeImage != (myLytebox.imageArray.length - 1)) {
625 myLytebox.changeContent(myLytebox.activeImage + 1);
641 if ((this.imageArray.length - 1) > this.activeImage) {
643 preloadNextImage.src = this.imageArray[this.activeImage + 1][0];
[all …]