Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Be sure to link the .js files (provided in the source bundle) in the order they appear below and remember to adjust the src to reflect the location of the JavaScript in your web application.

Code Block
xmlxml
titleMootools Slideshow
xml

<script src="js/mootools.js"></script>

<script src="js/tools.js"></script>

<script src="js/slideshow.js"></script>


xml
Code Block
xml
titleGoogle Slideshow
xml
<script src="http://www.google.com/jsapi?key=xxx"></script>

<script src="js/gfslideshow.js" ></script>


If you don't already have a Google AJAX Feed API key, your first step is to sign up for a key at http://code.google.com/apis/ajaxfeeds/signup.html.

xml
Code Block
xml
titlevalidation
xml
<script src="js/yahoo-min.js"></script>

<script src="js/event-min.js"></script>

<script src="js/validate.js" ></script>


...