comparison s6/DOCS/PLUGINS.md @ 5:ab2d529bb1d7

add slide
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 14 Oct 2014 19:17:35 +0900
parents 2014/2014_02_18/s6_trunk/DOCS/PLUGINS.md@10fb2b05e390
children
comparison
equal deleted inserted replaced
4:10fb2b05e390 5:ab2d529bb1d7
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