j'm working on joomla website where j have gallery which use method goTo to display selected slide. The problem is that j want to use the same method from my module. How can j do this.
}
if (this.options.embedLinks)
this.clearLink();
if (this.options.showInfopane)
{
this.slideInfoZone.clearChain();
this.hideInfoSlideShow().chain(this.changeItem.pass(num, this));
} else
this.currentChangeDelay = this.changeItem.delay(500, this, num);
if (this.options.embedLinks)
this.makeLink(num);
this.prepareTimer();
/*if (this.options.showCarousel)
this.clearThumbnailsHighlights();*/
}
after user click thumbnails in gallery it shows picture
in gallery.
What j want to do is to make another thumbanils photos
in my website. Which is allready done.
and now when user click on one of thumbanils it supposed to show correct picture in gallery. The same like it works within gallery.
Yes I want multiple sets of thumbanils.
The gallery name is RSGallery2.
Yes it support for control out of the box.
After using goto method nothing happend.
If it has out-of-the-box support for multiple sets of thumbnails pointing to the same gallery, why do you not use that functionality instead of trying to roll your own?
Coedit Limited - Delivering standards compliant, accessible web solutions
The most important question is it posible?. I was looking on joomla websites modules like this and j coudn't find anything which could show me how I can interact with slidshow/galleries.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.