Answers

Question and Answer:

  Home  MooTools

⟩ How to call the gallery from outside in MooTools?

First, when you create your gallery, you should store it in an object. In the Getting Started guide, we called this object myGallery so let's continue to use this name for our examples.

Just call the childs functions like this:

myGallery.myFunction(myArgs);

 163 views

More Questions for you: