Loading src/app/Button.js +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ define([ postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); put(this.domNode, this.classDefault); Loading src/app/ContainerFacets.js +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,13 @@ define([ this.query = {}; }, postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); }, setConfig: function(config) { this.config = config; Loading src/app/Facet.js +7 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,13 @@ define([ this._render(); }, postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); }, _render: function() { this.containerBucketsNode = put("div[data-redmic-id=$].bucket", this.title); Loading src/app/ProgressSlider.js +6 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ define([ postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); this._initialize(); }, Loading Loading @@ -141,6 +145,8 @@ define([ onClick: lang.hitch(this, this._clickSlider) }).placeAt(this.containerBarNode); this.slider.domNode.removeAttribute('widgetId'); this.slider.sliderHandle.onmousedown = lang.hitch(this, this._onMouseDownSlider); this.slider.progressBar.onmousedown = lang.hitch(this, this._onMouseDownSlider); this.slider.remainingBar.onmousedown = lang.hitch(this, this._onMouseDownSlider); Loading src/app/Slider.js +4 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,10 @@ define([ postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); this.slider = new HorizontalSlider({ 'class': 'sliderForm', showButtons: false, Loading Loading
src/app/Button.js +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ define([ postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); put(this.domNode, this.classDefault); Loading
src/app/ContainerFacets.js +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,13 @@ define([ this.query = {}; }, postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); }, setConfig: function(config) { this.config = config; Loading
src/app/Facet.js +7 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,13 @@ define([ this._render(); }, postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); }, _render: function() { this.containerBucketsNode = put("div[data-redmic-id=$].bucket", this.title); Loading
src/app/ProgressSlider.js +6 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ define([ postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); this._initialize(); }, Loading Loading @@ -141,6 +145,8 @@ define([ onClick: lang.hitch(this, this._clickSlider) }).placeAt(this.containerBarNode); this.slider.domNode.removeAttribute('widgetId'); this.slider.sliderHandle.onmousedown = lang.hitch(this, this._onMouseDownSlider); this.slider.progressBar.onmousedown = lang.hitch(this, this._onMouseDownSlider); this.slider.remainingBar.onmousedown = lang.hitch(this, this._onMouseDownSlider); Loading
src/app/Slider.js +4 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,10 @@ define([ postCreate: function() { this.domNode.removeAttribute('widgetId'); this.inherited(arguments); this.slider = new HorizontalSlider({ 'class': 'sliderForm', showButtons: false, Loading