Places

 

  • Download
  • Documentation
  • Forums
  • Demo
  • Contact
  • Blog
  • My account

Meteora

Javascript Widgets

Controls

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

Features

  • JsonRpc Core

Effects

  • Visual effects

Control.Carousel

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('Control.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 Control.Carousel documentation

Powered by textmotion

(c) 2008 Astrata Software