forked from 0x2620/oxjs
more documentation, more semicolons, some fixmes
This commit is contained in:
parent
509745407b
commit
520eac7a22
11 changed files with 56 additions and 25 deletions
|
|
@ -2,6 +2,27 @@
|
|||
|
||||
/*@
|
||||
Ox.AnnotationPanel <f> Video Annotation Panel
|
||||
() -> <f> AnnotationPanel Object
|
||||
(options) -> <f> AnnotationPanel Object
|
||||
(options, self) -> <f> AnnotationPanel Object
|
||||
options <o> Options object
|
||||
calendarSize <n|256> calendar size
|
||||
clickLink <f|null> click link callback
|
||||
editable: <b|false> if true, annotations can be edited
|
||||
font <s|'small'> small, medium, large
|
||||
highlight <s|''> highlight given string in annotations
|
||||
layers <a|[]> array with annotation objects
|
||||
mapSize <n|256> map size
|
||||
range <s|'all'> all, position, selection
|
||||
selected <s|''> selected annotation
|
||||
showCalendar <b|false> if true, calendar is shown
|
||||
showFonts <b|false> if true, option to select font size is show
|
||||
showLayers <o|{}> object with layers to show
|
||||
showMap <b|false> if true, show map
|
||||
showUsers <b|false> if true show user
|
||||
sort <s|'position'> position, start, text
|
||||
width <n|256> panel width
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
||||
Ox.AnnotationPanel = function(options, self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue