fix loading, minify with rollup
This commit is contained in:
parent
9c3450947b
commit
dd5237e4ed
156 changed files with 794 additions and 971 deletions
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.AudioElement <f> AudioElement Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.AudioPlayer <f> Generic Audio Player
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Bar <f> Bar
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Progressbar <f> Progress Bar
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
/*@
|
||||
Ox.Resizebar <f> Resizebar
|
||||
options <o> Options object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
/*@
|
||||
Ox.Tabbar <f> Tabbar
|
||||
options <o> Options object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Calendar <f> Basic calendar object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.CalendarEditor <f> Calendar Editor
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.DocPage <f> DocPage
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.DocPanel <f> Documentation Panel
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict'
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ExamplePage <f> Example Page
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ExamplePanel <f> Example Panel
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.SourceViewer <f> Source Viewer
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.SyntaxHighlighter <f> Syntax Highlighter
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.API <f> Remote API controller
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.App <f> Basic application instance that communicates with a JSON API
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Clipboard <o> Basic clipboard handler
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
// fixme: wouldn't it be better to let the elements be,
|
||||
// rather then $element, $content, and potentially others,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
Ox.Cookies = function() {
|
||||
var name, value, cookies;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
(function(_) {
|
||||
var noTooltipEvents = {};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
(function() {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Focus <o> Basic focus controller
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Fullscreen <o> Fullscreen controller
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.GarbageCollection <f> GarbageCollection
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
Ox.History = function(options) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.LoadingIcon <f> Loading Icon Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.LoadingScreen <f> Simple loading screen
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Request <o> Basic request controller
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Theme <f> get/set theme
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
Ox.UI = Ox.UI || {};
|
||||
console.log("Ox", Ox, Ox.UI)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.URL <f> URL controller
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ArrayEditable <f> Array Editable
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ArrayInput <f> Array input
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Button <f> Button Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ButtonGroup <f> ButtonGroup Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Checkbox <f> Checkbox Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.CheckboxGroup <f> CheckboxGroup Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ColorInput <f> ColorInput Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ColorPicker <f> ColorPicker Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.DateInput <f> DateInput Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.DateTimeInput <f> DateTimeInput Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Editable <f> Editable element
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
Ox.EditableContent = function(options, self) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.FileButton <f> File Button
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.FileInput <f> File Input
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Filter <f> Filter Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Form <f> Form Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.FormElementGroup <f> FormElementGroup Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.FormItem <f> FormItem Element, wraps form element with an error message
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.FormPanel <f> Form Panel
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Input <f> Input Element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.InputGroup <f> InputGroup Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.InsertHTMLDialog <f> Insert HTML Dialog
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Label <f> Label element
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ObjectArrayInput <f> Object Array Input
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ObjectInput <f> Object Input
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.OptionGroup <f> OptionGroup
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Picker <f> Picker Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.PlaceInput <f> PlaceInput Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.PlacePicker <f> PlacePicker Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Range <f> Range Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Select <f> Select Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
//FIXME: does not work without options
|
||||
/*@
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Spreadsheet <f> Spreadsheet
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.TimeInput <f> TimeInput Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ImageElement <f> Simple image element with loading indication
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ImageViewer <f> Image Viewer
|
||||
|
|
|
|||
2
source/UI/js/List/Chart.js
vendored
2
source/UI/js/List/Chart.js
vendored
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Chart <f> Bar Chart
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ColumnList <f> Column List Widget
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.CustomList <f> Custom List Widget
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.IconItem <f> IconItem Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.IconList <f> IconList Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.InfoList <f> Info List
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.List <f> List constructor
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.ListItem <f> ListItem Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.SortList <f> Sortable List
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.TableList <f> TableList Widget
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.TreeList <f> Tree List
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Map <f> Basic map object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MapEditor <f> Map Editor
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MapImage <f> MapImage Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MapMarker <f> MapMarker
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MapMarkerImage <f> MapMarkerImage Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MapPlace <f> MapPlace Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MapRectangle <f> MapRectangle Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MapRectangleMarker <f> MapRectangleMarker Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MainMenu <f> MainMenu Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Menu <f> Menu Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MenuButton <f> Menu Button
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.MenuItem <f> MenuItem Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.CollapsePanel <f> CollapsePanel Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
Ox.SlidePanel = function(options, self) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.SplitPanel <f> SpliPanel Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.TabPanel <f> Tabbed panel
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.AnnotationFolder <f> AnnotationFolder Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
// FIXME: should be Ox.AnnotationFolders
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.BlockVideoTimeline <f> Block Video Timeline
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
Ox.ClipPanel = function(options, self) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.LargeVideoTimeline <f> LargeTimeline Object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.SmallVideoTimeline <f> Small video timeline
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue