1
0
Fork 0
forked from 0x2620/oxjs

update documentation (classes)

This commit is contained in:
rolux 2012-05-31 12:32:54 +02:00
commit 8c347d9009
88 changed files with 177 additions and 227 deletions

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.AnnotationFolder <f:Ox.Element> AnnotationFolder Object
([options[, self]]) -> <o> AnnotationFolder Object
Ox.AnnotationFolder <f> AnnotationFolder Object
([options[, self]]) -> <o:Ox.CollapsePanel> AnnotationFolder Object
options <o> Options object
editable <b|false> If true, annotations can be added
id <s> id

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.AnnotationPanel <f:Ox.Element> Video Annotation Panel
([options[, self]]) -> <f> AnnotationPanel Object
Ox.AnnotationPanel <f> Video Annotation Panel
([options[, self]]) -> <o:Ox.SplitPanel> AnnotationPanel Object
options <o> Options object
calendarSize <n|256> calendar size
clickLink <f|null> click link callback

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.BlockVideoTimeline <f:Ox.Element> Block Video Timeline
([options[, self]]) -> <o> Block Video Timeline
Ox.BlockVideoTimeline <f> Block Video Timeline
([options[, self]]) -> <o:Ox.Element> Block Video Timeline
options <o> Options
self <o> Shared private variable
@*/

View file

@ -1,10 +1,8 @@
'use strict';
/*@
Ox.LargeVideoTimeline <f:Ox.Element> LargeTimeline Object
() -> <f> LargeTimeline Object
(options) -> <f> LargeTimeline Object
(options, self) -> <f> LargeTimeline Object
Ox.LargeVideoTimeline <f> LargeTimeline Object
([options[, self]]) -> <o:Ox.Element> LargeTimeline Object
options <o> Options object
self <o> shared private variable
@*/

View file

@ -1,7 +1,8 @@
'use strict';
/*@
Ox.SmallVideoTimeline <f:Ox.Element> Small Video Timeline
Ox.SmallVideoTimeline <f> Small video timeline
([options[, self]]) -> <o:Ox.Element> Small video timeline
@*/
Ox.SmallVideoTimeline = function(options, self) {

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.SmallVideoTimelineImage <f:Ox.Element> Small Video Timeline Image
(options[, self]) -> <o> Small Video Timeline Image
Ox.SmallVideoTimelineImage <f> Small Video Timeline Image
(options[, self]) -> <o:Ox.Element> Small Video Timeline Image
options <o> Options
self <o> Shared private variable
@*/

View file

@ -1,10 +1,8 @@
'use strict';
/*@
Ox.VideoEditor <f:Ox.Element> VideoEditor Object
() -> <o> VideoEditor Object
(options) -> <o> VideoEditor Object
(options, self) -> <o> VideoEditor Object
Ox.VideoEditor <f> VideoEditor Object
([options[, self]]) -> <o:Ox.SplitPanel> VideoEditor Object
options <o> Options object
annotationsCalendarSize <n|256>
self <o> shared private variable

View file

@ -1,10 +1,8 @@
'use strict';
/*@
Ox.VideoEditorPlayer <f:Ox.Element> VideoEditorPlayer Object
() -> <o> VideoEditorPlayer Object
(options) -> <o> VideoEditorPlayer Object
(options, self) -> <o> VideoEditorPlayer Object
Ox.VideoEditorPlayer <f> VideoEditorPlayer Object
([options[, self]]) -> <o:Ox.Element> VideoEditorPlayer Object
options <o> Options object
self <o> shared private variable
@*/

View file

@ -1,10 +1,8 @@
'use strict';
/*@
Ox.VideoElement <f:Ox.Element> VideoElement Object
() -> <o> VideoElement Object
(options) -> <o> VideoElement Object
(options, self) -> <o> VideoElement Object
Ox.VideoElement <f> VideoElement Object
([options[, self]]) -> <o:Ox.Element> VideoElement Object
options <o> Options object
self <o> shared private variable
@*/

View file

@ -1,10 +1,8 @@
'use strict';
/*@
Ox.VideoPanel <f:Ox.Element> VideoPanel Object
() -> <o> VideoPanel Object
(options) -> <o> VideoPanel Object
(options, self) -> <o> VideoPanel Object
Ox.VideoPanel <f> VideoPanel Object
([options[, self]]) -> <o:Ox.SplitPanel> VideoPanel Object
options <o> Options object
self <o> shared private variable
@*/

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.VideoPlayer <f:Ox.Element> Generic Video Player
(options, self) -> <o> Video Player
Ox.VideoPlayer <f> Generic Video Player
([options[, self]]) -> <o:Ox.Element> Video Player
options <o> Options
annotations <[]> Array of annotations
id <s> Optional id

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.VideoPreview <f:Ox.Element> Video Preview
(options[, self]) -> <o> Video Preview
Ox.VideoPreview <f> Video Preview
([options[, self]]) -> <o:Ox.Element> Video Preview
options <o> Options
self <o> Shared private variable
@*/

View file

@ -1,7 +1,8 @@
'use strict';
/*@
Ox.VideoTimelinePanel <f:Ox.Element> VideoTimelinePanel
Ox.VideoTimelinePanel <f> Video timeline panel
([options[, self]]) -> <o:Ox.SplitPanel> Video timeline panel
@*/
Ox.VideoTimelinePanel = function(options, self) {

View file

@ -1,8 +1,8 @@
'use strict';
/*@
Ox.VideoTimelinePlayer <f:Ox.Element> Video Timeline Player
(options[, self]) -> <o> Video Timeline Player
Ox.VideoTimelinePlayer <f> Video Timeline Player
([options[, self]]) -> <o:Ox.SplitPanel> Video Timeline Player
options <o> Options
self <o> Shared private variable
@*/