From 8c347d9009842a405968a3168e9bc19e1d4cb9da Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 May 2012 12:32:54 +0200 Subject: [PATCH] update documentation (classes) --- source/Ox.UI/js/Bar/Bar.js | 8 +++----- source/Ox.UI/js/Bar/Progressbar.js | 6 ++---- source/Ox.UI/js/Bar/Resizebar.js | 6 ++---- source/Ox.UI/js/Bar/Tabbar.js | 6 ++---- source/Ox.UI/js/Calendar/Calendar.js | 6 ++---- source/Ox.UI/js/Calendar/ListCalendar.js | 4 ++-- source/Ox.UI/js/Code/DocPage.js | 6 ++---- source/Ox.UI/js/Code/DocPanel.js | 6 ++---- source/Ox.UI/js/Code/ExamplePage.js | 4 ++-- source/Ox.UI/js/Code/ExamplePanel.js | 4 ++-- source/Ox.UI/js/Code/SourceViewer.js | 4 ++-- source/Ox.UI/js/Code/SyntaxHighlighter.js | 4 ++-- source/Ox.UI/js/Core/App.js | 2 +- source/Ox.UI/js/Core/Container.js | 6 ++---- source/Ox.UI/js/Core/Element.js | 9 +++------ source/Ox.UI/js/Core/LoadingIcon.js | 6 ++---- source/Ox.UI/js/Form/ArrayEditable.js | 4 ++-- source/Ox.UI/js/Form/ArrayInput.js | 4 ++-- source/Ox.UI/js/Form/Button.js | 6 ++---- source/Ox.UI/js/Form/ButtonGroup.js | 8 +++----- source/Ox.UI/js/Form/Checkbox.js | 6 ++---- source/Ox.UI/js/Form/CheckboxGroup.js | 6 ++---- source/Ox.UI/js/Form/ColorInput.js | 6 ++---- source/Ox.UI/js/Form/ColorPicker.js | 6 ++---- source/Ox.UI/js/Form/DateInput.js | 4 ++-- source/Ox.UI/js/Form/DateTimeInput.js | 4 ++-- source/Ox.UI/js/Form/Editable.js | 4 ++-- source/Ox.UI/js/Form/FileButton.js | 4 ++-- source/Ox.UI/js/Form/FileInput.js | 4 ++-- source/Ox.UI/js/Form/Filter.js | 4 ++-- source/Ox.UI/js/Form/Form.js | 4 ++-- source/Ox.UI/js/Form/FormElementGroup.js | 6 +++--- source/Ox.UI/js/Form/FormItem.js | 4 ++-- source/Ox.UI/js/Form/FormPanel.js | 4 ++-- source/Ox.UI/js/Form/Input.js | 4 ++-- source/Ox.UI/js/Form/InputGroup.js | 4 ++-- source/Ox.UI/js/Form/InsertHTMLDialog.js | 4 ++-- source/Ox.UI/js/Form/Label.js | 4 ++-- source/Ox.UI/js/Form/ObjectArrayInput.js | 4 ++-- source/Ox.UI/js/Form/ObjectInput.js | 4 ++-- source/Ox.UI/js/Form/Picker.js | 4 ++-- source/Ox.UI/js/Form/PlaceInput.js | 4 ++-- source/Ox.UI/js/Form/PlacePicker.js | 4 ++-- source/Ox.UI/js/Form/Range.js | 4 ++-- source/Ox.UI/js/Form/Select.js | 4 ++-- source/Ox.UI/js/Form/SelectInput.js | 4 ++-- source/Ox.UI/js/Form/Spreadsheet.js | 4 ++-- source/Ox.UI/js/Form/TimeInput.js | 4 ++-- source/Ox.UI/js/List/Chart.js | 4 ++-- source/Ox.UI/js/List/IconItem.js | 4 ++-- source/Ox.UI/js/List/IconList.js | 4 ++-- source/Ox.UI/js/List/InfoList.js | 4 ++-- source/Ox.UI/js/List/List.js | 4 ++-- source/Ox.UI/js/List/ListItem.js | 4 ++-- source/Ox.UI/js/List/ListPage.js | 4 ++-- source/Ox.UI/js/List/TextList.js | 4 ++-- source/Ox.UI/js/List/TreeList.js | 4 ++-- source/Ox.UI/js/Map/ListMap.js | 4 ++-- source/Ox.UI/js/Map/MapImage.js | 4 ++-- source/Ox.UI/js/Map/MapMarker.js | 4 ++-- source/Ox.UI/js/Map/MapMarkerImage.js | 2 +- source/Ox.UI/js/Map/MapPlace.js | 2 +- source/Ox.UI/js/Map/MapRectangle.js | 5 ++--- source/Ox.UI/js/Map/MapRectangleMarker.js | 5 ++--- source/Ox.UI/js/Menu/MainMenu.js | 4 ++-- source/Ox.UI/js/Menu/Menu.js | 4 ++-- source/Ox.UI/js/Menu/MenuButton.js | 4 ++-- source/Ox.UI/js/Menu/MenuItem.js | 4 ++-- source/Ox.UI/js/Panel/CollapsePanel.js | 4 ++-- source/Ox.UI/js/Panel/SplitPanel.js | 6 ++---- source/Ox.UI/js/Panel/TabPanel.js | 5 ++--- source/Ox.UI/js/Video/AnnotationFolder.js | 4 ++-- source/Ox.UI/js/Video/AnnotationPanel.js | 4 ++-- source/Ox.UI/js/Video/BlockVideoTimeline.js | 4 ++-- source/Ox.UI/js/Video/LargeVideoTimeline.js | 6 ++---- source/Ox.UI/js/Video/SmallVideoTimeline.js | 3 ++- source/Ox.UI/js/Video/SmallVideoTimelineImage.js | 4 ++-- source/Ox.UI/js/Video/VideoEditor.js | 6 ++---- source/Ox.UI/js/Video/VideoEditorPlayer.js | 6 ++---- source/Ox.UI/js/Video/VideoElement.js | 6 ++---- source/Ox.UI/js/Video/VideoPanel.js | 6 ++---- source/Ox.UI/js/Video/VideoPlayer.js | 4 ++-- source/Ox.UI/js/Video/VideoPreview.js | 4 ++-- source/Ox.UI/js/Video/VideoTimelinePanel.js | 3 ++- source/Ox.UI/js/Video/VideoTimelinePlayer.js | 4 ++-- source/Ox.UI/js/Window/Dialog.js | 6 ++---- source/Ox.UI/js/Window/Layer.js | 4 ++-- source/Ox.UI/js/Window/Tooltip.js | 6 ++---- 88 files changed, 177 insertions(+), 227 deletions(-) diff --git a/source/Ox.UI/js/Bar/Bar.js b/source/Ox.UI/js/Bar/Bar.js index e388209b..24d8b65b 100644 --- a/source/Ox.UI/js/Bar/Bar.js +++ b/source/Ox.UI/js/Bar/Bar.js @@ -1,12 +1,10 @@ 'use strict'; /*@ -Ox.Bar Bar - () -> Bar object - (options) -> Bar object - (options, self) -> Bar object +Ox.Bar Bar + ([options[, self]]) -> Bar object options Options object orientation - size can be small, medium, large or number + size can be small, medium, large or number self Shared private variable @*/ Ox.Bar = function(options, self) { diff --git a/source/Ox.UI/js/Bar/Progressbar.js b/source/Ox.UI/js/Bar/Progressbar.js index 6c3c37ae..4ebdcf17 100644 --- a/source/Ox.UI/js/Bar/Progressbar.js +++ b/source/Ox.UI/js/Bar/Progressbar.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.Progressbar Progress Bar - () -> Progress Bar - (options) -> Progress Bar - (options, self) -> Progress Bar +Ox.Progressbar Progress Bar + ([options[, self]]) -> Progress Bar options Options object cancelled If true, progress bar is cancelled paused If true, progress bar is paused diff --git a/source/Ox.UI/js/Bar/Resizebar.js b/source/Ox.UI/js/Bar/Resizebar.js index db08df5e..ac378db4 100644 --- a/source/Ox.UI/js/Bar/Resizebar.js +++ b/source/Ox.UI/js/Bar/Resizebar.js @@ -1,9 +1,7 @@ 'use strict'; /*@ -Ox.Resizebar Resizebar - () -> Resizebar object - (options) -> Resizebar object - (options, self) -> Resizebar object +Ox.Resizebar Resizebar + ([options[, self]]) -> Resizebar object options Options object collapsed inital collapse state collapsible collapse state can be changed diff --git a/source/Ox.UI/js/Bar/Tabbar.js b/source/Ox.UI/js/Bar/Tabbar.js index 4352dce1..bad3f64f 100644 --- a/source/Ox.UI/js/Bar/Tabbar.js +++ b/source/Ox.UI/js/Bar/Tabbar.js @@ -1,9 +1,7 @@ 'use strict'; /*@ -Ox.Tabbar Tabbar - () -> Tabbar object - (options) -> Tabbar object - (options, self) -> Tabbar object +Ox.Tabbar Tabbar + ([options[, self]]) -> Tabbar object options Options object selected selected item tabs tabs diff --git a/source/Ox.UI/js/Calendar/Calendar.js b/source/Ox.UI/js/Calendar/Calendar.js index 1e96d11b..85ee195c 100644 --- a/source/Ox.UI/js/Calendar/Calendar.js +++ b/source/Ox.UI/js/Calendar/Calendar.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.Calendar Basic calendar object - () -> Calendar object - (options) -> Calendar object - (options, self) -> Calendar object +Ox.Calendar Basic calendar object + ([options[, self]]) -> Calendar object options Options object date UTC Date on which the calendar is centered events <[o]|[]> Event objects to be displayed diff --git a/source/Ox.UI/js/Calendar/ListCalendar.js b/source/Ox.UI/js/Calendar/ListCalendar.js index 9c73656e..0148b3c0 100644 --- a/source/Ox.UI/js/Calendar/ListCalendar.js +++ b/source/Ox.UI/js/Calendar/ListCalendar.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ListCalendar List Calendar - (options[, self]) -> List Calendar +Ox.ListCalendar List Calendar + ([options[, self]]) -> List Calendar options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Code/DocPage.js b/source/Ox.UI/js/Code/DocPage.js index cfd4f4a9..987b444b 100644 --- a/source/Ox.UI/js/Code/DocPage.js +++ b/source/Ox.UI/js/Code/DocPage.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.DocPage DocPage - () -> DocPage object - (options) -> DocPage object - (options, self) -> DocPage object +Ox.DocPage DocPage + ([options[, self]]) -> DocPage object options Options object item doc item replace <[[]]|[]> See Ox.SyntaxHighlighter diff --git a/source/Ox.UI/js/Code/DocPanel.js b/source/Ox.UI/js/Code/DocPanel.js index 93adcfd0..bcfaa9b9 100644 --- a/source/Ox.UI/js/Code/DocPanel.js +++ b/source/Ox.UI/js/Code/DocPanel.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.DocPanel Documentation Panel - () -> Documentation Panel - (options) -> Documentation Panel - (options, self) -> Documentation Panel +Ox.DocPanel Documentation Panel + ([options[, self]]) -> Documentation Panel options Options object collapsible If true, the list can be collabsed element Default content diff --git a/source/Ox.UI/js/Code/ExamplePage.js b/source/Ox.UI/js/Code/ExamplePage.js index 2ec87cf6..19b21169 100644 --- a/source/Ox.UI/js/Code/ExamplePage.js +++ b/source/Ox.UI/js/Code/ExamplePage.js @@ -1,8 +1,8 @@ 'use strict' /*@ -Ox.ExamaplePage Example Page - (options[, self]) -> Example Page +Ox.ExamplePage Example Page + ([options[, self]]) -> Example Page options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Code/ExamplePanel.js b/source/Ox.UI/js/Code/ExamplePanel.js index 75be9dc6..479f597e 100644 --- a/source/Ox.UI/js/Code/ExamplePanel.js +++ b/source/Ox.UI/js/Code/ExamplePanel.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ExamplePanel Example Panel - (options[, self]) -> Example Panel +Ox.ExamplePanel Example Panel + ([options[, self]]) -> Example Panel options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Code/SourceViewer.js b/source/Ox.UI/js/Code/SourceViewer.js index 499bf752..907c7fb0 100644 --- a/source/Ox.UI/js/Code/SourceViewer.js +++ b/source/Ox.UI/js/Code/SourceViewer.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.SourceViewer Source Viewer - (options[, self]) -> Source Viewer +Ox.SourceViewer Source Viewer + ([options[, self]]) -> Source Viewer options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Code/SyntaxHighlighter.js b/source/Ox.UI/js/Code/SyntaxHighlighter.js index 81f7f998..54131d31 100644 --- a/source/Ox.UI/js/Code/SyntaxHighlighter.js +++ b/source/Ox.UI/js/Code/SyntaxHighlighter.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.SyntaxHighlighter Syntax Highlighter - (options[, self]) -> Syntax Highlighter +Ox.SyntaxHighlighter Syntax Highlighter + ([options[, self]]) -> Syntax Highlighter options Options lineLength If larger than zero, show edge of page offset First line number diff --git a/source/Ox.UI/js/Core/App.js b/source/Ox.UI/js/Core/App.js index 08f8c6bc..1300c4d3 100644 --- a/source/Ox.UI/js/Core/App.js +++ b/source/Ox.UI/js/Core/App.js @@ -1,7 +1,7 @@ 'use strict'; /*@ -Ox.App Basic application instance that communicates with a JSON API +Ox.App Basic application instance that communicates with a JSON API ([options]) -> App object options Options object timeout request timeout diff --git a/source/Ox.UI/js/Core/Container.js b/source/Ox.UI/js/Core/Container.js index e06cce81..17332e31 100644 --- a/source/Ox.UI/js/Core/Container.js +++ b/source/Ox.UI/js/Core/Container.js @@ -5,10 +5,8 @@ // 0, 1, 2, etc, so that append would append 0, and appendTo // would append (length - 1)? /*@ -Ox.Container Container element - () -> Container object - (options) -> Container object - (options, self) -> Container object +Ox.Container Container element + ([options[, self]]) -> Container object options Options object self Shared private variable @*/ diff --git a/source/Ox.UI/js/Core/Element.js b/source/Ox.UI/js/Core/Element.js index 396093e1..b1b96613 100644 --- a/source/Ox.UI/js/Core/Element.js +++ b/source/Ox.UI/js/Core/Element.js @@ -1,14 +1,11 @@ 'use strict'; /*@ -Ox.Element Basic UI element object +Ox.Element Basic UI element object # Usage -------------------------------------------------------------------- - (element) -> UI element - (options) -> UI element - (options, self) -> UI element + ([options[, self]]) -> Element object # Arguments ---------------------------------------------------------------- - element Tagname or CSS selector - options Options of the element + options Options of the element, or just `element` option # Properties element Tagname or CSS selector tooltip Tooltip title, or a function that returns one diff --git a/source/Ox.UI/js/Core/LoadingIcon.js b/source/Ox.UI/js/Core/LoadingIcon.js index 5b8556f1..2dbfb37b 100644 --- a/source/Ox.UI/js/Core/LoadingIcon.js +++ b/source/Ox.UI/js/Core/LoadingIcon.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.LoadingIcon Loading Icon Element - () -> Loading Icon Element - (options) -> Loading Icon Element - (options, self) -> Loading Icon Element +Ox.LoadingIcon Loading Icon Element + ([options[, self]]) -> Loading Icon Element options Options object size size of icon self Shared private variable diff --git a/source/Ox.UI/js/Form/ArrayEditable.js b/source/Ox.UI/js/Form/ArrayEditable.js index 4dc738e0..cfe70e49 100644 --- a/source/Ox.UI/js/Form/ArrayEditable.js +++ b/source/Ox.UI/js/Form/ArrayEditable.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ArrayEditable Array Editable - (options, self) -> Array Editable +Ox.ArrayEditable Array Editable + ([options[, self]]) -> Array Editable options Options object self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/ArrayInput.js b/source/Ox.UI/js/Form/ArrayInput.js index 5f49a7e3..82dee784 100644 --- a/source/Ox.UI/js/Form/ArrayInput.js +++ b/source/Ox.UI/js/Form/ArrayInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ArrayInput Array input - (options, self) -> Array input +Ox.ArrayInput Array input + ([options[, self]]) -> Array input options Options object label string, '' max integer, maximum number of items, 0 for all diff --git a/source/Ox.UI/js/Form/Button.js b/source/Ox.UI/js/Form/Button.js index 437e5d73..25b918a3 100644 --- a/source/Ox.UI/js/Form/Button.js +++ b/source/Ox.UI/js/Form/Button.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.Button Button Object - () -> Button Object - (options) -> Button Object - (options, self) -> Button Object +Ox.Button Button Object + ([options[, self]]) -> Button Object options Options object If a button is both selectable and has two values, its value is the selected id, and the second value corresponds to the selected state diff --git a/source/Ox.UI/js/Form/ButtonGroup.js b/source/Ox.UI/js/Form/ButtonGroup.js index c03d190d..e8212e8e 100644 --- a/source/Ox.UI/js/Form/ButtonGroup.js +++ b/source/Ox.UI/js/Form/ButtonGroup.js @@ -1,12 +1,10 @@ 'use strict'; /*@ -Ox.ButtonGroup ButtonGroup Object - () -> ButtonGroup Object - (options) -> ButtonGroup Object - (options, self) -> ButtonGroup Object +Ox.ButtonGroup ButtonGroup Object + ([options[, self]]) -> ButtonGroup Object options Options object - buttons array of buttons + buttons <[o]> array of button options max integer, maximum number of selected buttons, 0 for all min integer, minimum number of selected buttons, 0 for none selectable if true, buttons are selectable diff --git a/source/Ox.UI/js/Form/Checkbox.js b/source/Ox.UI/js/Form/Checkbox.js index 41eeff77..a4dd17ba 100644 --- a/source/Ox.UI/js/Form/Checkbox.js +++ b/source/Ox.UI/js/Form/Checkbox.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.Checkbox Checkbox Element - () -> Checkbox Element - (options) -> Checkbox Element - (options, self) -> Checkbox Element +Ox.Checkbox Checkbox Element + ([options[, self]]) -> Checkbox Element options Options object disabled if true, checkbox is disabled group if true, checkbox is part of a group diff --git a/source/Ox.UI/js/Form/CheckboxGroup.js b/source/Ox.UI/js/Form/CheckboxGroup.js index 564405bc..ba48427f 100644 --- a/source/Ox.UI/js/Form/CheckboxGroup.js +++ b/source/Ox.UI/js/Form/CheckboxGroup.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.CheckboxGroup CheckboxGroup Object - () -> CheckboxGroup Object - (options) -> CheckboxGroup Object - (options, self) -> CheckboxGroup Object +Ox.CheckboxGroup CheckboxGroup Object + ([options[, self]]) -> CheckboxGroup Object options Options object checkboxes array of checkboxes max max selected diff --git a/source/Ox.UI/js/Form/ColorInput.js b/source/Ox.UI/js/Form/ColorInput.js index 560427be..168be279 100644 --- a/source/Ox.UI/js/Form/ColorInput.js +++ b/source/Ox.UI/js/Form/ColorInput.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.ColorInput ColorInput Element - () -> ColorInput Element - (options) -> ColorInput Element - (options, self) -> ColorInput Element +Ox.ColorInput ColorInput Element + ([options[, self]]) -> ColorInput Element options Options object id element id value rgb value diff --git a/source/Ox.UI/js/Form/ColorPicker.js b/source/Ox.UI/js/Form/ColorPicker.js index 7b96982c..bd3767ee 100644 --- a/source/Ox.UI/js/Form/ColorPicker.js +++ b/source/Ox.UI/js/Form/ColorPicker.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.ColorPicker ColorPicker Element - () -> ColorPicker Element - (options) -> ColorPicker Element - (options, self) -> ColorPicker Element +Ox.ColorPicker ColorPicker Element + ([options[, self]]) -> ColorPicker Element options Options object id element id value rgb value diff --git a/source/Ox.UI/js/Form/DateInput.js b/source/Ox.UI/js/Form/DateInput.js index ad727a8f..29199cc3 100644 --- a/source/Ox.UI/js/Form/DateInput.js +++ b/source/Ox.UI/js/Form/DateInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.DateInput DateInput Element - ([options[, self]]) -> DateInput Element +Ox.DateInput DateInput Element + ([options[, self]]) -> DateInput Element options Options object format format can be short, medium, long value date value, defaults to current date diff --git a/source/Ox.UI/js/Form/DateTimeInput.js b/source/Ox.UI/js/Form/DateTimeInput.js index 85c9851f..1cf80eee 100644 --- a/source/Ox.UI/js/Form/DateTimeInput.js +++ b/source/Ox.UI/js/Form/DateTimeInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.DateTimeInput DateTimeInput Element - ([options[, self]]) -> DateTimeInput Element +Ox.DateTimeInput DateTimeInput Element + ([options[, self]]) -> DateTimeInput Element options Options object ampm false is 24h true is am/pm format options are short, medium, long diff --git a/source/Ox.UI/js/Form/Editable.js b/source/Ox.UI/js/Form/Editable.js index 711c6a17..f6901998 100644 --- a/source/Ox.UI/js/Form/Editable.js +++ b/source/Ox.UI/js/Form/Editable.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Editable Editable element - ([options[, self]]) -> Input Element +Ox.Editable Editable element + ([options[, self]]) -> Input Element options Options object editing If true, loads in editing state format Format function diff --git a/source/Ox.UI/js/Form/FileButton.js b/source/Ox.UI/js/Form/FileButton.js index 1858f6dd..b59ab7da 100644 --- a/source/Ox.UI/js/Form/FileButton.js +++ b/source/Ox.UI/js/Form/FileButton.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.FileButton File Button - ([options[, self]]) -> File Button +Ox.FileButton File Button + ([options[, self]]) -> File Button options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/FileInput.js b/source/Ox.UI/js/Form/FileInput.js index 86ef7152..3534a7f5 100644 --- a/source/Ox.UI/js/Form/FileInput.js +++ b/source/Ox.UI/js/Form/FileInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.FileInput File Input - ([options[, self]]) -> File Input +Ox.FileInput File Input + ([options[, self]]) -> File Input options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/Filter.js b/source/Ox.UI/js/Form/Filter.js index 3178db8c..c364eeed 100644 --- a/source/Ox.UI/js/Form/Filter.js +++ b/source/Ox.UI/js/Form/Filter.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Filter Filter Object - ([options[, self]]) -> Filter Object +Ox.Filter Filter Object + ([options[, self]]) -> Filter Object options Options object findKeys <[]|[]> keys list list object diff --git a/source/Ox.UI/js/Form/Form.js b/source/Ox.UI/js/Form/Form.js index 4f10c06e..2ac35383 100644 --- a/source/Ox.UI/js/Form/Form.js +++ b/source/Ox.UI/js/Form/Form.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Form Form Object - ([options[, self]]) -> Form Object +Ox.Form Form Object + ([options[, self]]) -> Form Object options Options object error error id id diff --git a/source/Ox.UI/js/Form/FormElementGroup.js b/source/Ox.UI/js/Form/FormElementGroup.js index 3393ad12..48010a94 100644 --- a/source/Ox.UI/js/Form/FormElementGroup.js +++ b/source/Ox.UI/js/Form/FormElementGroup.js @@ -1,11 +1,11 @@ 'use strict'; /*@ -Ox.FormElementGroup FormElementGroup Element - ([options[, self]]) -> FormElementGroup Element +Ox.FormElementGroup FormElementGroup Element + ([options[, self]]) -> FormElementGroup Element options Options object id element id - elements elements in group + elements <[o:Ox.Element]|[]> elements in group float alignment separators separators (not implemented) width group width diff --git a/source/Ox.UI/js/Form/FormItem.js b/source/Ox.UI/js/Form/FormItem.js index 5b26a67c..0abe12ec 100644 --- a/source/Ox.UI/js/Form/FormItem.js +++ b/source/Ox.UI/js/Form/FormItem.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.FormItem FormItem Element, wrap form element with an error message - ([options[, self]]) -> FormItem Element +Ox.FormItem FormItem Element, wraps form element with an error message + ([options[, self]]) -> FormItem Element options Options object element element error error message diff --git a/source/Ox.UI/js/Form/FormPanel.js b/source/Ox.UI/js/Form/FormPanel.js index e1802cd3..52d95faa 100644 --- a/source/Ox.UI/js/Form/FormPanel.js +++ b/source/Ox.UI/js/Form/FormPanel.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.FormPanel Form Panel - ([options[, self]]) -> Form Panel +Ox.FormPanel Form Panel + ([options[, self]]) -> Form Panel options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/Input.js b/source/Ox.UI/js/Form/Input.js index 9a6d82b1..06dce7b0 100644 --- a/source/Ox.UI/js/Form/Input.js +++ b/source/Ox.UI/js/Form/Input.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Input Input Element - ([options[, self]]) -> Input Element +Ox.Input Input Element + ([options[, self]]) -> Input Element options Options object arrows if true, and type is 'float' or 'int', display arrows arrowStep step when clicking arrows diff --git a/source/Ox.UI/js/Form/InputGroup.js b/source/Ox.UI/js/Form/InputGroup.js index 6efde985..3cd1b47a 100644 --- a/source/Ox.UI/js/Form/InputGroup.js +++ b/source/Ox.UI/js/Form/InputGroup.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.InputGroup InputGroup Object - ([options[, self]]) -> InputGroup Object +Ox.InputGroup InputGroup Object + ([options[, self]]) -> InputGroup Object options Options object id id inputs inputs diff --git a/source/Ox.UI/js/Form/InsertHTMLDialog.js b/source/Ox.UI/js/Form/InsertHTMLDialog.js index 6d13b52d..8c39d862 100644 --- a/source/Ox.UI/js/Form/InsertHTMLDialog.js +++ b/source/Ox.UI/js/Form/InsertHTMLDialog.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.InsertHTMLDialog Insert HTML Dialog - ([options[, self]]) -> Insert HTML Dialog +Ox.InsertHTMLDialog Insert HTML Dialog + ([options[, self]]) -> Insert HTML Dialog options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/Label.js b/source/Ox.UI/js/Form/Label.js index 43b40055..0e9020da 100644 --- a/source/Ox.UI/js/Form/Label.js +++ b/source/Ox.UI/js/Form/Label.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Label Label Object - ([options[, self]]) -> Label Object +Ox.Label Label element + ([options[, self]]) -> Label element options Options object @*/ Ox.Label = function(options, self) { diff --git a/source/Ox.UI/js/Form/ObjectArrayInput.js b/source/Ox.UI/js/Form/ObjectArrayInput.js index bded78ae..3cacf31a 100644 --- a/source/Ox.UI/js/Form/ObjectArrayInput.js +++ b/source/Ox.UI/js/Form/ObjectArrayInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ObjectArrayInput Object Array Input - ([options[, self]]) -> Object Array Input +Ox.ObjectArrayInput Object Array Input + ([options[, self]]) -> Object Array Input options Options buttonTitles inputs diff --git a/source/Ox.UI/js/Form/ObjectInput.js b/source/Ox.UI/js/Form/ObjectInput.js index 2cc7c227..a82acdad 100644 --- a/source/Ox.UI/js/Form/ObjectInput.js +++ b/source/Ox.UI/js/Form/ObjectInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ObjectInput Object Input - ([options[, self]]) -> Object Input +Ox.ObjectInput Object Input + ([options[, self]]) -> Object Input options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/Picker.js b/source/Ox.UI/js/Form/Picker.js index c4b2ecda..c1da93ab 100644 --- a/source/Ox.UI/js/Form/Picker.js +++ b/source/Ox.UI/js/Form/Picker.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Picker Picker Object - ([options[, self]]) -> Picker Object +Ox.Picker Picker Object + ([options[, self]]) -> Picker Object options Options object element picker element elementHeight height diff --git a/source/Ox.UI/js/Form/PlaceInput.js b/source/Ox.UI/js/Form/PlaceInput.js index d2e9ccfd..ed573f6b 100644 --- a/source/Ox.UI/js/Form/PlaceInput.js +++ b/source/Ox.UI/js/Form/PlaceInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.PlaceInput PlaceInput Object - ([options[, self]]) -> PlaceInput Object +Ox.PlaceInput PlaceInput Object + ([options[, self]]) -> PlaceInput Object options Options object id element id value default value of place input diff --git a/source/Ox.UI/js/Form/PlacePicker.js b/source/Ox.UI/js/Form/PlacePicker.js index 7916a9b1..131e98d1 100644 --- a/source/Ox.UI/js/Form/PlacePicker.js +++ b/source/Ox.UI/js/Form/PlacePicker.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.PlacePicker PlacePicker Object - ([options[, self]]) -> PlacePicker Object +Ox.PlacePicker PlacePicker Object + ([options[, self]]) -> PlacePicker Object options Options object id element id value default value of place input diff --git a/source/Ox.UI/js/Form/Range.js b/source/Ox.UI/js/Form/Range.js index b8649803..e8ab77d7 100644 --- a/source/Ox.UI/js/Form/Range.js +++ b/source/Ox.UI/js/Form/Range.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Range Range Object - ([options[, self]]) -> Range Object +Ox.Range Range Object + ([options[, self]]) -> Range Object options Options object arrows if true, show arrows arrowStep step when clicking arrows diff --git a/source/Ox.UI/js/Form/Select.js b/source/Ox.UI/js/Form/Select.js index b83bac43..fc9b7fdb 100644 --- a/source/Ox.UI/js/Form/Select.js +++ b/source/Ox.UI/js/Form/Select.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Select Select Object - ([options[, self]) -> Select Object +Ox.Select Select Object + ([options[, self]) -> Select Object options Options object disabled If true, select is disabled id Element id diff --git a/source/Ox.UI/js/Form/SelectInput.js b/source/Ox.UI/js/Form/SelectInput.js index 9c5d8124..57552641 100644 --- a/source/Ox.UI/js/Form/SelectInput.js +++ b/source/Ox.UI/js/Form/SelectInput.js @@ -1,8 +1,8 @@ 'use strict'; //FIXME: does not work without options /*@ -Ox.SelectInput Select Input - ([options[, self]]) -> Select Input +Ox.SelectInput Select Input + ([options[, self]]) -> Select Input options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/Spreadsheet.js b/source/Ox.UI/js/Form/Spreadsheet.js index 13c13c40..5332a664 100644 --- a/source/Ox.UI/js/Form/Spreadsheet.js +++ b/source/Ox.UI/js/Form/Spreadsheet.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Spreadsheet Spreadsheet - ([options[, self]]) -> Spreadsheet +Ox.Spreadsheet Spreadsheet + ([options[, self]]) -> Spreadsheet options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Form/TimeInput.js b/source/Ox.UI/js/Form/TimeInput.js index 3392b569..88714df8 100644 --- a/source/Ox.UI/js/Form/TimeInput.js +++ b/source/Ox.UI/js/Form/TimeInput.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.TimeInput TimeInput Object - ([options[, self]]) -> TimeInput Object +Ox.TimeInput TimeInput Object + ([options[, self]]) -> TimeInput Object options Options object ampm 24h/ampm seconds show seconds diff --git a/source/Ox.UI/js/List/Chart.js b/source/Ox.UI/js/List/Chart.js index fae0639c..e246ccfb 100644 --- a/source/Ox.UI/js/List/Chart.js +++ b/source/Ox.UI/js/List/Chart.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Chart Bar Chart - ([options[, self]]) -> Chart object +Ox.Chart Bar Chart + ([options[, self]]) -> Chart object options Options color <[n]|[[n]]|[128, 128, 128]> Bar color data {k: v, ...} or {k: {k: v, ...}, ...} diff --git a/source/Ox.UI/js/List/IconItem.js b/source/Ox.UI/js/List/IconItem.js index d2853550..a569cf7a 100644 --- a/source/Ox.UI/js/List/IconItem.js +++ b/source/Ox.UI/js/List/IconItem.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.IconItem IconItem Object - ([options[, self]]) -> IconItem Object +Ox.IconItem IconItem Object + ([options[, self]]) -> IconItem Object options Options object borderRadius Border radius for icon images find String to be highlighted diff --git a/source/Ox.UI/js/List/IconList.js b/source/Ox.UI/js/List/IconList.js index d6ce07a2..d4d03bb3 100644 --- a/source/Ox.UI/js/List/IconList.js +++ b/source/Ox.UI/js/List/IconList.js @@ -1,7 +1,7 @@ 'use strict'; /*@ -Ox.IconList IconList Object - ([options[, self]]) -> IconList Object +Ox.IconList IconList Object + ([options[, self]]) -> IconList Object options Options object borderRadius border radius for icon images centerSelection scroll list so selection is always centered diff --git a/source/Ox.UI/js/List/InfoList.js b/source/Ox.UI/js/List/InfoList.js index cd963b6f..b4b697ec 100644 --- a/source/Ox.UI/js/List/InfoList.js +++ b/source/Ox.UI/js/List/InfoList.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.InfoList Info List - ([options[, self]]) -> Info List +Ox.InfoList Info List + ([options[, self]]) -> Info List options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index 69825c2d..ff92dab0 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -1,7 +1,7 @@ 'use strict'; /*@ -Ox.List List constructor +Ox.List List constructor options Options object centered if true, and orientation is 'horizontal', then keep the selected item centered construct (data) returns the list item HTML @@ -22,7 +22,7 @@ Ox.List List constructor type type unique name of the key that acts as unique id self shared private variable - ([options[, self]]) -> List object + ([options[, self]]) -> List object add item added delete item removed draganddrop Fires during drag diff --git a/source/Ox.UI/js/List/ListItem.js b/source/Ox.UI/js/List/ListItem.js index 12a3cad4..128988c2 100644 --- a/source/Ox.UI/js/List/ListItem.js +++ b/source/Ox.UI/js/List/ListItem.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ListItem ListItem Object - ([options[, self]]) -> ListItem Object +Ox.ListItem ListItem Object + ([options[, self]]) -> ListItem Object options Options object construct construct function data item data diff --git a/source/Ox.UI/js/List/ListPage.js b/source/Ox.UI/js/List/ListPage.js index 28c8ef2c..9e15b40c 100644 --- a/source/Ox.UI/js/List/ListPage.js +++ b/source/Ox.UI/js/List/ListPage.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ListPage ListPage Object - ([options[, self]]) -> ListPage Object +Ox.ListPage ListPage Object + ([options[, self]]) -> ListPage Object options Options object self shared private variable @*/ diff --git a/source/Ox.UI/js/List/TextList.js b/source/Ox.UI/js/List/TextList.js index 4add27c8..dd835473 100644 --- a/source/Ox.UI/js/List/TextList.js +++ b/source/Ox.UI/js/List/TextList.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.TextList TextList Object - ([options[, self]]) -> TextList Object +Ox.TextList TextList Object + ([options[, self]]) -> TextList Object options Options object columns <[o]|[]> Columns # Fixme: There's probably more... diff --git a/source/Ox.UI/js/List/TreeList.js b/source/Ox.UI/js/List/TreeList.js index ec839531..daf54051 100644 --- a/source/Ox.UI/js/List/TreeList.js +++ b/source/Ox.UI/js/List/TreeList.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.TreeList TreeList Object - ([options[, self]]) -> TreeList Object +Ox.TreeList TreeList Object + ([options[, self]]) -> TreeList Object options Options object data data to be parsed to items, needs documentation items array of items diff --git a/source/Ox.UI/js/Map/ListMap.js b/source/Ox.UI/js/Map/ListMap.js index ad72c504..daf4afe0 100644 --- a/source/Ox.UI/js/Map/ListMap.js +++ b/source/Ox.UI/js/Map/ListMap.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.ListMap ListMap object - ([options[, self]]) -> ListMap object +Ox.ListMap ListMap object + ([options[, self]]) -> ListMap object options Options object height Height in px labels If true, show labels diff --git a/source/Ox.UI/js/Map/MapImage.js b/source/Ox.UI/js/Map/MapImage.js index d7ec47df..b37d48a8 100644 --- a/source/Ox.UI/js/Map/MapImage.js +++ b/source/Ox.UI/js/Map/MapImage.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.MapImage MapImage Object - ([options[, self]]) -> MapImage Object +Ox.MapImage MapImage Object + ([options[, self]]) -> MapImage Object options Options object height image height (px) place Object with south, west, north and east properties diff --git a/source/Ox.UI/js/Map/MapMarker.js b/source/Ox.UI/js/Map/MapMarker.js index f9a657d4..ed8069c1 100644 --- a/source/Ox.UI/js/Map/MapMarker.js +++ b/source/Ox.UI/js/Map/MapMarker.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.MapMarker MapMarker Object - (options) -> MapMarker Object +Ox.MapMarker MapMarker + (options) -> MapMarker object options Options object color marker color map map diff --git a/source/Ox.UI/js/Map/MapMarkerImage.js b/source/Ox.UI/js/Map/MapMarkerImage.js index d9767528..10dab665 100644 --- a/source/Ox.UI/js/Map/MapMarkerImage.js +++ b/source/Ox.UI/js/Map/MapMarkerImage.js @@ -2,7 +2,7 @@ /*@ Ox.MapMarkerImage MapMarkerImage Object - (options) -> google.maps.MarkerImage + (options) -> google.maps.MarkerImage options Options object color marker color mode can be: normal, selected, editing diff --git a/source/Ox.UI/js/Map/MapPlace.js b/source/Ox.UI/js/Map/MapPlace.js index 283fa64f..f0ab976d 100644 --- a/source/Ox.UI/js/Map/MapPlace.js +++ b/source/Ox.UI/js/Map/MapPlace.js @@ -2,7 +2,7 @@ /*@ Ox.MapPlace MapPlace Object - (options) -> MapPlace Object + (options) -> MapPlace Object options Options object east editing diff --git a/source/Ox.UI/js/Map/MapRectangle.js b/source/Ox.UI/js/Map/MapRectangle.js index 23fb8527..70dcaaba 100644 --- a/source/Ox.UI/js/Map/MapRectangle.js +++ b/source/Ox.UI/js/Map/MapRectangle.js @@ -2,14 +2,13 @@ /*@ Ox.MapRectangle MapRectangle Object - ([options[, self]]) -> MapRectangle Object + (options) -> MapRectangle Object options Options object map map place place - self shared private variable @*/ -Ox.MapRectangle = function(options, self) { +Ox.MapRectangle = function(options) { var that = this; options = Ox.extend({ diff --git a/source/Ox.UI/js/Map/MapRectangleMarker.js b/source/Ox.UI/js/Map/MapRectangleMarker.js index 283f1f20..c7edf94b 100644 --- a/source/Ox.UI/js/Map/MapRectangleMarker.js +++ b/source/Ox.UI/js/Map/MapRectangleMarker.js @@ -2,15 +2,14 @@ /*@ Ox.MapRectangleMarker MapRectangleMarker Object - ([options[, self]]) -> MapRectangleMarker Object + (options) -> MapRectangleMarker Object options Options object map map place place position - self shared private variable @*/ -Ox.MapRectangleMarker = function(options, self) { +Ox.MapRectangleMarker = function(options) { options = Ox.extend({ map: null, diff --git a/source/Ox.UI/js/Menu/MainMenu.js b/source/Ox.UI/js/Menu/MainMenu.js index 823fba47..7ca974e2 100644 --- a/source/Ox.UI/js/Menu/MainMenu.js +++ b/source/Ox.UI/js/Menu/MainMenu.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.MainMenu MainMenu Object - ([options[, self]]) -> MainMenu Object +Ox.MainMenu MainMenu Object + ([options[, self]]) -> MainMenu Object options Options object extras extra menus menus submenus diff --git a/source/Ox.UI/js/Menu/Menu.js b/source/Ox.UI/js/Menu/Menu.js index f622551c..250422ae 100644 --- a/source/Ox.UI/js/Menu/Menu.js +++ b/source/Ox.UI/js/Menu/Menu.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Menu Menu Object - ([options[, self]]) -> Menu Object +Ox.Menu Menu Object + ([options[, self]]) -> Menu Object options Options object element the element the menu is attached to id the menu id diff --git a/source/Ox.UI/js/Menu/MenuButton.js b/source/Ox.UI/js/Menu/MenuButton.js index 7d23ab9b..9377dab5 100644 --- a/source/Ox.UI/js/Menu/MenuButton.js +++ b/source/Ox.UI/js/Menu/MenuButton.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.MenuButton Menu Button - ([options[, self]]) -> Menu Button +Ox.MenuButton Menu Button + ([options[, self]]) -> Menu Button options Options object disabled If true, button is disabled id Element id diff --git a/source/Ox.UI/js/Menu/MenuItem.js b/source/Ox.UI/js/Menu/MenuItem.js index 1191b882..a07f0ba7 100644 --- a/source/Ox.UI/js/Menu/MenuItem.js +++ b/source/Ox.UI/js/Menu/MenuItem.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.MenuItem MenuItem Object - ([options[, self]]) -> MenuItem Object +Ox.MenuItem MenuItem Object + ([options[, self]]) -> MenuItem Object options Options object bind fixme: what's this? checked diff --git a/source/Ox.UI/js/Panel/CollapsePanel.js b/source/Ox.UI/js/Panel/CollapsePanel.js index f7f48053..2643717f 100644 --- a/source/Ox.UI/js/Panel/CollapsePanel.js +++ b/source/Ox.UI/js/Panel/CollapsePanel.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.CollapsePanel CollapsePanel Object - ([options[, self]]) -> CollapsePanel Object +Ox.CollapsePanel CollapsePanel Object + ([options[, self]]) -> CollapsePanel Object options Options object collapsed collapsed state extras panel extras diff --git a/source/Ox.UI/js/Panel/SplitPanel.js b/source/Ox.UI/js/Panel/SplitPanel.js index 44e17527..dfb16f60 100644 --- a/source/Ox.UI/js/Panel/SplitPanel.js +++ b/source/Ox.UI/js/Panel/SplitPanel.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.SplitPanel SpliPanel Object - () -> SpliPanel Object - (options) -> SpliPanel Object - (options, self) -> SpliPanel Object +Ox.SplitPanel SpliPanel Object + ([options[, self]]) -> SpliPanel Object options Options object elements <[o]|[]> Array of two or three element objects collapsible If true, can be collapsed (if outer element) diff --git a/source/Ox.UI/js/Panel/TabPanel.js b/source/Ox.UI/js/Panel/TabPanel.js index dd9b4751..9435c5a6 100644 --- a/source/Ox.UI/js/Panel/TabPanel.js +++ b/source/Ox.UI/js/Panel/TabPanel.js @@ -1,9 +1,8 @@ 'use strict'; /*@ -Ox.TabPanel Tabbed panel - (options) -> Panel - (options, self) -> Panel +Ox.TabPanel Tabbed panel + ([options[, self]]) -> Panel options Options content Content per tab Either ({id1: $element1, id2: $element2}} or diff --git a/source/Ox.UI/js/Video/AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js index a40050ba..e8f2036e 100644 --- a/source/Ox.UI/js/Video/AnnotationFolder.js +++ b/source/Ox.UI/js/Video/AnnotationFolder.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.AnnotationFolder AnnotationFolder Object - ([options[, self]]) -> AnnotationFolder Object +Ox.AnnotationFolder AnnotationFolder Object + ([options[, self]]) -> AnnotationFolder Object options Options object editable If true, annotations can be added id id diff --git a/source/Ox.UI/js/Video/AnnotationPanel.js b/source/Ox.UI/js/Video/AnnotationPanel.js index c07b8d94..e24348b4 100644 --- a/source/Ox.UI/js/Video/AnnotationPanel.js +++ b/source/Ox.UI/js/Video/AnnotationPanel.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.AnnotationPanel Video Annotation Panel - ([options[, self]]) -> AnnotationPanel Object +Ox.AnnotationPanel Video Annotation Panel + ([options[, self]]) -> AnnotationPanel Object options Options object calendarSize calendar size clickLink click link callback diff --git a/source/Ox.UI/js/Video/BlockVideoTimeline.js b/source/Ox.UI/js/Video/BlockVideoTimeline.js index 0a88a23a..569994a7 100644 --- a/source/Ox.UI/js/Video/BlockVideoTimeline.js +++ b/source/Ox.UI/js/Video/BlockVideoTimeline.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.BlockVideoTimeline Block Video Timeline - ([options[, self]]) -> Block Video Timeline +Ox.BlockVideoTimeline Block Video Timeline + ([options[, self]]) -> Block Video Timeline options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Video/LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js index dcf74045..497bed62 100644 --- a/source/Ox.UI/js/Video/LargeVideoTimeline.js +++ b/source/Ox.UI/js/Video/LargeVideoTimeline.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.LargeVideoTimeline LargeTimeline Object - () -> LargeTimeline Object - (options) -> LargeTimeline Object - (options, self) -> LargeTimeline Object +Ox.LargeVideoTimeline LargeTimeline Object + ([options[, self]]) -> LargeTimeline Object options Options object self shared private variable @*/ diff --git a/source/Ox.UI/js/Video/SmallVideoTimeline.js b/source/Ox.UI/js/Video/SmallVideoTimeline.js index 6aa55403..eef71a5d 100644 --- a/source/Ox.UI/js/Video/SmallVideoTimeline.js +++ b/source/Ox.UI/js/Video/SmallVideoTimeline.js @@ -1,7 +1,8 @@ 'use strict'; /*@ -Ox.SmallVideoTimeline Small Video Timeline +Ox.SmallVideoTimeline Small video timeline + ([options[, self]]) -> Small video timeline @*/ Ox.SmallVideoTimeline = function(options, self) { diff --git a/source/Ox.UI/js/Video/SmallVideoTimelineImage.js b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js index 749d0069..ddb4c11e 100644 --- a/source/Ox.UI/js/Video/SmallVideoTimelineImage.js +++ b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.SmallVideoTimelineImage Small Video Timeline Image - (options[, self]) -> Small Video Timeline Image +Ox.SmallVideoTimelineImage Small Video Timeline Image + (options[, self]) -> Small Video Timeline Image options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Video/VideoEditor.js b/source/Ox.UI/js/Video/VideoEditor.js index 8ed169c5..0c89255f 100644 --- a/source/Ox.UI/js/Video/VideoEditor.js +++ b/source/Ox.UI/js/Video/VideoEditor.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.VideoEditor VideoEditor Object - () -> VideoEditor Object - (options) -> VideoEditor Object - (options, self) -> VideoEditor Object +Ox.VideoEditor VideoEditor Object + ([options[, self]]) -> VideoEditor Object options Options object annotationsCalendarSize self shared private variable diff --git a/source/Ox.UI/js/Video/VideoEditorPlayer.js b/source/Ox.UI/js/Video/VideoEditorPlayer.js index f7e1b2b8..1001d33f 100644 --- a/source/Ox.UI/js/Video/VideoEditorPlayer.js +++ b/source/Ox.UI/js/Video/VideoEditorPlayer.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.VideoEditorPlayer VideoEditorPlayer Object - () -> VideoEditorPlayer Object - (options) -> VideoEditorPlayer Object - (options, self) -> VideoEditorPlayer Object +Ox.VideoEditorPlayer VideoEditorPlayer Object + ([options[, self]]) -> VideoEditorPlayer Object options Options object self shared private variable @*/ diff --git a/source/Ox.UI/js/Video/VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js index 4b7f07db..86be9017 100644 --- a/source/Ox.UI/js/Video/VideoElement.js +++ b/source/Ox.UI/js/Video/VideoElement.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.VideoElement VideoElement Object - () -> VideoElement Object - (options) -> VideoElement Object - (options, self) -> VideoElement Object +Ox.VideoElement VideoElement Object + ([options[, self]]) -> VideoElement Object options Options object self shared private variable @*/ diff --git a/source/Ox.UI/js/Video/VideoPanel.js b/source/Ox.UI/js/Video/VideoPanel.js index 33bd4149..094a8ce4 100644 --- a/source/Ox.UI/js/Video/VideoPanel.js +++ b/source/Ox.UI/js/Video/VideoPanel.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.VideoPanel VideoPanel Object - () -> VideoPanel Object - (options) -> VideoPanel Object - (options, self) -> VideoPanel Object +Ox.VideoPanel VideoPanel Object + ([options[, self]]) -> VideoPanel Object options Options object self shared private variable @*/ diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 9b23e755..d881517d 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.VideoPlayer Generic Video Player - (options, self) -> Video Player +Ox.VideoPlayer Generic Video Player + ([options[, self]]) -> Video Player options Options annotations <[]> Array of annotations id Optional id diff --git a/source/Ox.UI/js/Video/VideoPreview.js b/source/Ox.UI/js/Video/VideoPreview.js index 3d2b5fcb..41f7ed0f 100644 --- a/source/Ox.UI/js/Video/VideoPreview.js +++ b/source/Ox.UI/js/Video/VideoPreview.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.VideoPreview Video Preview - (options[, self]) -> Video Preview +Ox.VideoPreview Video Preview + ([options[, self]]) -> Video Preview options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Video/VideoTimelinePanel.js b/source/Ox.UI/js/Video/VideoTimelinePanel.js index 7c892d1e..43d208d4 100644 --- a/source/Ox.UI/js/Video/VideoTimelinePanel.js +++ b/source/Ox.UI/js/Video/VideoTimelinePanel.js @@ -1,7 +1,8 @@ 'use strict'; /*@ -Ox.VideoTimelinePanel VideoTimelinePanel +Ox.VideoTimelinePanel Video timeline panel + ([options[, self]]) -> Video timeline panel @*/ Ox.VideoTimelinePanel = function(options, self) { diff --git a/source/Ox.UI/js/Video/VideoTimelinePlayer.js b/source/Ox.UI/js/Video/VideoTimelinePlayer.js index ff125307..20ce7443 100644 --- a/source/Ox.UI/js/Video/VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/VideoTimelinePlayer.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.VideoTimelinePlayer Video Timeline Player - (options[, self]) -> Video Timeline Player +Ox.VideoTimelinePlayer Video Timeline Player + ([options[, self]]) -> Video Timeline Player options Options self Shared private variable @*/ diff --git a/source/Ox.UI/js/Window/Dialog.js b/source/Ox.UI/js/Window/Dialog.js index c6fac176..8e6a3ce8 100644 --- a/source/Ox.UI/js/Window/Dialog.js +++ b/source/Ox.UI/js/Window/Dialog.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.Dialog Dialog object - () -> Dialog object - (options) -> Dialog object - (options, self) -> Dialog object +Ox.Dialog Dialog object + ([options[, self]]) -> Dialog object options Options object self Shared private variable @*/ diff --git a/source/Ox.UI/js/Window/Layer.js b/source/Ox.UI/js/Window/Layer.js index 3cbab4c2..80487170 100644 --- a/source/Ox.UI/js/Window/Layer.js +++ b/source/Ox.UI/js/Window/Layer.js @@ -1,8 +1,8 @@ 'use strict'; /*@ -Ox.Layer Background layer for dialogs and menus - (options, self) -> Layer +Ox.Layer Background layer for dialogs and menus + ([options[, self]]) -> Layer options Options type Layer type ('dialog' or 'menu') self Shared private variable diff --git a/source/Ox.UI/js/Window/Tooltip.js b/source/Ox.UI/js/Window/Tooltip.js index 1979f9ff..7ace8af5 100644 --- a/source/Ox.UI/js/Window/Tooltip.js +++ b/source/Ox.UI/js/Window/Tooltip.js @@ -1,10 +1,8 @@ 'use strict'; /*@ -Ox.Tooltip Tooltip Object - () -> Tooltip Object - (options) -> Tooltip Object - (options, self) -> Tooltip Object +Ox.Tooltip Tooltip Object + ([options[, self]]) -> Tooltip Object options Options object self shared private variable @*/