Mercurial > hg > Members > oc > slide
annotate DOCS/PLUGINS.md @ 20:e570366e59dc default tip
update
author | oc |
---|---|
date | Wed, 18 Feb 2015 19:14:00 +0900 |
parents | 67f3e23bf09a |
children |
rev | line source |
---|---|
0 | 1 # S6 Format for Plugins / Addons |
2 | |
3 ## Custom Events | |
4 | |
5 S6 fires the following events (to let plugins/addons get hooks into the JavaScript machinery): | |
6 | |
7 * `slideshow.init` | |
8 * `slideshow.start` | |
9 * `slideshow.keys( key )` | |
10 * `slideshow.debug.on` | |
11 * `slideshow.debug.off` | |
12 * `slideshow.change( from, to )` | |
13 |