- Where Developers Learn, Share, & Build Careers
How do I start the next / previous methods? I need to separate the buttons in more and not have all buttons in the toolbar.
On a glance, I do not know the photovoltaic address but I got a look at the source and found the following:
/ * * function: previous * / previous: function () {if (this.isZoomActive ()) {return; } If (! Util.It is not (this crossover)) {this.carousel.previous (); }}, / * * Function: next * / next: function () (if (this.isZoomActive ()) {return;} if (Util! None (this carazel)) {this.carousel.next (); }}
You can see the related carousel function referenced in the code given above.
< / Html>
Comments
Post a Comment