Mercurial > hg > Papers > 2014 > nobuyasu-master
annotate slides/DOCS/PLUGINS.md @ 102:6f73e05d5024
Fixed chapter4.tex
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 15 Feb 2014 06:00:54 +0900 |
parents | bd73f0e1cdd4 |
children |
rev | line source |
---|---|
77 | 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 |