1
0
Fork 0
forked from 0x2620/oxjs

document events

This commit is contained in:
j 2012-06-18 00:38:26 +02:00
commit d2e05200da
56 changed files with 277 additions and 32 deletions

View file

@ -3,8 +3,31 @@
/*@
Ox.VideoPanel <f> VideoPanel Object
([options[, self]]) -> <o:Ox.SplitPanel> VideoPanel Object
find <!> find
info <!> info
key_* <!> key_*
muted <!> muted
paused <!> paused
position <!> position
resizecalendar <!> resizecalendar
resolution <!> resolution
scale <!> scale
select <!> select
subtitles <!> subtitles
toggleannotations <!> toggleannotations
togglecalendar <!> togglecalendar
togglelayer <!> togglelayer
togglemap <!> togglemap
toggletimeline <!> toggletimeline
volume <!> volume
options <o> Options object
self <o> shared private variable
annotationsfont <!> annotationsfont
annotationsrange <!> annotationsrange
annotationssize <!> annotationssize
annotationssort <!> annotationssort
censored <!> censored
downloadvideo <!> downloadvideo
@*/
Ox.VideoPanel = function(options, self) {