Versions Compared

Key

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

...

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
xml
xml
titleMootools Slideshowxml

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

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

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


Code Block
xml
xml
titleGoogle Slideshowxml
<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.

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

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

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


...