• download
  • documentation
  • forums
  • demo
  • contact
  • blog

meteora

javascript widgets

Documentation

  • Autocomplete
  • Bubble
  • Calendar
  • Carousel
  • Datagrid
  • Dialog
  • Editor
  • Effect
  • Filebrowser
  • Form
  • Jsonrpc
  • Menu
  • Notebook
  • Picbox
  • Popup
  • Searchlist
  • Selection
  • Spinbutton
  • Tablesort
  • Toolbox
  • Treeview

[intro] Displays one or more rotating fragments of content. It is very useful to display thumbnails. [/intro]

Widget demo

Use the buttons below to control the Carousel.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O

HTML source

<div id="carousel-test">
  <ul class="m-carousel-items">
    <li style="background: #FF0000">1</li>
    <li style="background: #FF4400">2</li>
    ...
    <li style="background: #FF0088">N</li>
    <li style="background: #FF0044">O</li>
  </ul>
</div>

Javascript source

Meteora.uses('Meteora.Carousel');
  Meteora.onStart(
    function() {
      var carousel = new Carousel(
        'carousel-test'
      );
    }
  );

Documentation

If you're looking for more documentation about this widget, you may want to read Meteora.Carousel documentation

Copyright © 2007-2009 Astrata Software.