forked from 0x2620/oxjs
document events
This commit is contained in:
parent
10281e3c8f
commit
d2e05200da
56 changed files with 277 additions and 32 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue