document events
This commit is contained in:
parent
10281e3c8f
commit
d2e05200da
56 changed files with 277 additions and 32 deletions
|
|
@ -3,6 +3,22 @@
|
|||
/*@
|
||||
Ox.AnnotationFolder <f> AnnotationFolder Object
|
||||
([options[, self]]) -> <o:Ox.CollapsePanel> AnnotationFolder Object
|
||||
add <!> add
|
||||
blur <!> blur
|
||||
change <!> change
|
||||
edit <!> edit
|
||||
info <!> info
|
||||
insert <!> insert
|
||||
key_* <!> key_*
|
||||
open <!> open
|
||||
remove <!> remove
|
||||
selectafter <!> selectafter
|
||||
selectbefore <!> selectbefore
|
||||
selectnone <!> selectnone
|
||||
select <!> select
|
||||
submit <!> submit
|
||||
togglelayer <!> togglelayer
|
||||
togglewidget <!> togglewidget
|
||||
options <o> Options object
|
||||
editable <b|false> If true, annotations can be added
|
||||
id <s> id
|
||||
|
|
|
|||
|
|
@ -3,6 +3,22 @@
|
|||
/*@
|
||||
Ox.AnnotationPanel <f> Video Annotation Panel
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> AnnotationPanel Object
|
||||
add <!> add
|
||||
annotationsID <!> annotationsID
|
||||
blur <!> blur
|
||||
change <!> change
|
||||
define <!> define
|
||||
edit <!> edit
|
||||
findannotations <!> findannotations
|
||||
find <!> find
|
||||
focus <!> focus
|
||||
info <!> info
|
||||
open <!> open
|
||||
remove <!> remove
|
||||
resize <!> resize
|
||||
submit <!> submit
|
||||
togglelayer <!> togglelayer
|
||||
toggle* <!> toggle*
|
||||
options <o> Options object
|
||||
calendarSize <n|256> calendar size
|
||||
clickLink <f|null> click link callback
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
/*@
|
||||
Ox.BlockVideoTimeline <f> Block Video Timeline
|
||||
([options[, self]]) -> <o:Ox.Element> Block Video Timeline
|
||||
edit <!> edit
|
||||
select <!> select
|
||||
position <!> position
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Ox.LargeVideoTimeline <f> LargeTimeline Object
|
|||
([options[, self]]) -> <o:Ox.Element> LargeTimeline Object
|
||||
options <o> Options object
|
||||
self <o> shared private variable
|
||||
position <!> position
|
||||
@*/
|
||||
|
||||
Ox.LargeVideoTimeline = function(options, self) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
/*@
|
||||
Ox.SmallVideoTimeline <f> Small video timeline
|
||||
([options[, self]]) -> <o:Ox.Element> Small video timeline
|
||||
position <!> position
|
||||
@*/
|
||||
Ox.SmallVideoTimeline = function(options, self) {
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,40 @@
|
|||
/*@
|
||||
Ox.VideoEditor <f> VideoEditor Object
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> VideoEditor Object
|
||||
addannotation <!> addannotation
|
||||
annotationsfont <!> annotationsfont
|
||||
annotationsrange <!> annotationsrange
|
||||
annotationssize <!> annotationssize
|
||||
annotationssort <!> annotationssort
|
||||
censored <!> censored
|
||||
define <!> define
|
||||
downloadselection <!> downloadselection
|
||||
downloadvideo <!> downloadvideo
|
||||
editannotation <!> editannotation
|
||||
editannotation <!> editannotation
|
||||
embedselection <!> embedselection
|
||||
findannotations <!> findannotations
|
||||
find <!> find
|
||||
importannotations <!> importannotations
|
||||
info <!> info
|
||||
key_* <!> key_*
|
||||
muted <!> muted
|
||||
paused <!> paused
|
||||
points <!> points
|
||||
position <!> position
|
||||
posterframe <!> posterframe
|
||||
removeannotation <!> removeannotation
|
||||
resizecalendar <!> resizecalendar
|
||||
resizemap <!> resizemap
|
||||
resolution <!> resolution
|
||||
select <!> select
|
||||
subtitles <!> subtitles
|
||||
timeline <!> timeline
|
||||
toggleannotations <!> toggleannotations
|
||||
togglecalendar <!> togglecalendar
|
||||
togglelayer <!> togglelayer
|
||||
togglemap <!> togglemap
|
||||
volume <!> volume
|
||||
options <o> Options object
|
||||
annotationsCalendarSize <n|256>
|
||||
self <o> shared private variable
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
/*@
|
||||
Ox.VideoEditorPlayer <f> VideoEditorPlayer Object
|
||||
([options[, self]]) -> <o:Ox.Element> VideoEditorPlayer Object
|
||||
change <!> change
|
||||
playing <!> playing
|
||||
set <!> set
|
||||
togglesize <!> togglesize
|
||||
options <o> Options object
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -3,6 +3,12 @@
|
|||
/*@
|
||||
Ox.VideoElement <f> VideoElement Object
|
||||
([options[, self]]) -> <o:Ox.Element> VideoElement Object
|
||||
loadedmetadata <!> loadedmetadata
|
||||
pointschange <!> pointschange
|
||||
seeked <!> seeked
|
||||
seeking <!> seeking
|
||||
sizechange <!> sizechange
|
||||
ended <!> ended
|
||||
options <o> Options object
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,27 @@
|
|||
/*@
|
||||
Ox.VideoPlayer <f> Generic Video Player
|
||||
([options[, self]]) -> <o:Ox.Element> Video Player
|
||||
censored <!> censored
|
||||
close <!> close
|
||||
download <!> download
|
||||
ended <!> ended
|
||||
find <!> find
|
||||
fullscreen <!> fullscreen
|
||||
gotopoint <!> gotopoint
|
||||
loadedmetadata <!> loadedmetadata
|
||||
muted <!> muted
|
||||
open <!> open
|
||||
paused <!> paused
|
||||
playing <!> playing
|
||||
position <!> position
|
||||
resolution <!> resolution
|
||||
scale <!> scale
|
||||
select <!> select
|
||||
setpoint <!> setpoint
|
||||
size <!> size
|
||||
subtitles <!> subtitles
|
||||
volume <!> volume
|
||||
zap <!> zap
|
||||
options <o> Options
|
||||
annotations <[]> Array of annotations
|
||||
id <s> Optional id
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
/*@
|
||||
Ox.VideoPreview <f> Video Preview
|
||||
([options[, self]]) -> <o:Ox.Element> Video Preview
|
||||
click <!> click
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -3,6 +3,25 @@
|
|||
/*@
|
||||
Ox.VideoTimelinePanel <f> Video timeline panel
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Video timeline panel
|
||||
annoationssize <!> annoationssize
|
||||
annotationsfont <!> annotationsfont
|
||||
annotationsrange <!> annotationsrange
|
||||
annotationssort <!> annotationssort
|
||||
censored <!> censored
|
||||
follow <!> follow
|
||||
info <!> info
|
||||
muted <!> muted
|
||||
paused <!> paused
|
||||
position <!> position
|
||||
resizecalendar <!> resizecalendar
|
||||
resizemap <!> resizemap
|
||||
select <!> select
|
||||
timeline <!> timeline
|
||||
toggleannotations <!> toggleannotations
|
||||
togglecalendar <!> togglecalendar
|
||||
togglelayer <!> togglelayer
|
||||
togglemap <!> togglemap
|
||||
volume <!> volume
|
||||
@*/
|
||||
|
||||
Ox.VideoTimelinePanel = function(options, self) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,13 @@
|
|||
/*@
|
||||
Ox.VideoTimelinePlayer <f> Video Timeline Player
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Video Timeline Player
|
||||
censored <!> censored
|
||||
follow <!> follow
|
||||
muted <!> muted
|
||||
playing <!> playing
|
||||
position <!> position
|
||||
timeline <!> timeline
|
||||
volume <!> volume
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue