initial checkin
[org.ibex.widgets.git] / src / ibex / theme / repeatable.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns="ibex.lib">
4     <meta:doc>
5         Repeater:
6             Invokes an action repeatedly
7
8         Usage:
9             - Implement action += with the desired behaviour
10             - Put [true|false] to repeat to [start|stop]
11
12         Properties:
13             initialinterval - : if you want an initial pause
14             interval -------- : repeat after this many ms
15             repeat ---------- : repeating state
16     </meta:doc>
17
18     <repeatable />
19 </ibex>