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.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
|
|
|
|
|
|