Loading public/javascript/app/components/steps/_SelectOptionBox.js +2 −4 Original line number Diff line number Diff line Loading @@ -32,8 +32,6 @@ define([ CHANGE: "change" }, classCols: '.col-xs-12.col-sm-6.col-md-6.col-lg-4', classBox: ".boxContainer.borderRadius.mediumSolidContainer", _activeBoxKey: null, Loading Loading @@ -96,7 +94,7 @@ define([ var config = this.boxes[key]; var boxNode = put(this._containerItemsNode, 'div.module' + this.classCols), var boxNode = put(this._containerItemsNode, 'div.module'), contentBoxNode = put(boxNode, 'div.button.box.softSolidContainer.colorWhite'); if (config.icon) { Loading public/javascript/redmic/modules/base/Manager.js +3 −11 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ function( , _Module , _Show ) { var obj = declare([_Module, _Show], { return declare([_Module, _Show], { // summary: // Este widget reune todos los elementos dinámicos de la barra superior de la aplicación. // description: Loading Loading @@ -46,13 +47,6 @@ function( DOWNLOAD_FILE: "downloadFile" }, zones: { /*edit: { node: null, align: "left", "class": "div.btnGroup.col-xs-3.col-sm-3.col-md-3.col-lg-3", btns: { } },*/ filter: { node: null, align: "right", Loading Loading @@ -305,6 +299,4 @@ function( this._emitEvt('DOWNLOAD_FILE', {format: format}); } }); return obj; }); public/javascript/redmic/modules/browser/buttons/Buttons.js +2 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ define([ _buttonsOccult: 0, _totalButtons: 0, "class": "containerButtons col-xs-3 col-sm-5 col-md-4 col-lg-3 col-xl-2" "class": "containerButtons" }; lang.mixin(this, this.config, args); Loading Loading @@ -264,8 +264,7 @@ define([ this._updateIconClass(config, node); var obj = this._getClickButtonReturnObj(config, item, node), idProperty = item[this.idProperty]; var obj = this._getClickButtonReturnObj(config, item, node); if (config.callback) { obj.callback = config.callback; Loading public/javascript/redmic/modules/browser/row/Row.js +1 −4 Original line number Diff line number Diff line Loading @@ -34,9 +34,7 @@ define([ UPDATE_DATA: "updateData" }, idProperty: 'id', templateColClass: ".col-xs-12.col-sm-12.col-md-12.col-lg-12.col-xl-12" idProperty: 'id' }; lang.mixin(this, this.config, args); Loading Loading @@ -71,7 +69,6 @@ define([ this.rowBottomNode = put(this.domNode, "div." + this.rowContainerBottomClass); this.templateNode = put(this.rowTopNode, "span.rowList"); put(this.templateNode, this.templateColClass); }, _subUpdateTemplate: function(req) { Loading public/javascript/redmic/modules/browser/row/_Buttons.js +1 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,7 @@ define([ buttonsActions: { BUTTON_EVENT: "btnEvent", BUTTON_EVENT_ROW: "btnEventRow" }, templateColClass: ".col-xs-8.col-sm-7.col-md-8.col-lg-9.col-xl-10" } }; lang.mixin(this, this.config, args); Loading Loading
public/javascript/app/components/steps/_SelectOptionBox.js +2 −4 Original line number Diff line number Diff line Loading @@ -32,8 +32,6 @@ define([ CHANGE: "change" }, classCols: '.col-xs-12.col-sm-6.col-md-6.col-lg-4', classBox: ".boxContainer.borderRadius.mediumSolidContainer", _activeBoxKey: null, Loading Loading @@ -96,7 +94,7 @@ define([ var config = this.boxes[key]; var boxNode = put(this._containerItemsNode, 'div.module' + this.classCols), var boxNode = put(this._containerItemsNode, 'div.module'), contentBoxNode = put(boxNode, 'div.button.box.softSolidContainer.colorWhite'); if (config.icon) { Loading
public/javascript/redmic/modules/base/Manager.js +3 −11 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ function( , _Module , _Show ) { var obj = declare([_Module, _Show], { return declare([_Module, _Show], { // summary: // Este widget reune todos los elementos dinámicos de la barra superior de la aplicación. // description: Loading Loading @@ -46,13 +47,6 @@ function( DOWNLOAD_FILE: "downloadFile" }, zones: { /*edit: { node: null, align: "left", "class": "div.btnGroup.col-xs-3.col-sm-3.col-md-3.col-lg-3", btns: { } },*/ filter: { node: null, align: "right", Loading Loading @@ -305,6 +299,4 @@ function( this._emitEvt('DOWNLOAD_FILE', {format: format}); } }); return obj; });
public/javascript/redmic/modules/browser/buttons/Buttons.js +2 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ define([ _buttonsOccult: 0, _totalButtons: 0, "class": "containerButtons col-xs-3 col-sm-5 col-md-4 col-lg-3 col-xl-2" "class": "containerButtons" }; lang.mixin(this, this.config, args); Loading Loading @@ -264,8 +264,7 @@ define([ this._updateIconClass(config, node); var obj = this._getClickButtonReturnObj(config, item, node), idProperty = item[this.idProperty]; var obj = this._getClickButtonReturnObj(config, item, node); if (config.callback) { obj.callback = config.callback; Loading
public/javascript/redmic/modules/browser/row/Row.js +1 −4 Original line number Diff line number Diff line Loading @@ -34,9 +34,7 @@ define([ UPDATE_DATA: "updateData" }, idProperty: 'id', templateColClass: ".col-xs-12.col-sm-12.col-md-12.col-lg-12.col-xl-12" idProperty: 'id' }; lang.mixin(this, this.config, args); Loading Loading @@ -71,7 +69,6 @@ define([ this.rowBottomNode = put(this.domNode, "div." + this.rowContainerBottomClass); this.templateNode = put(this.rowTopNode, "span.rowList"); put(this.templateNode, this.templateColClass); }, _subUpdateTemplate: function(req) { Loading
public/javascript/redmic/modules/browser/row/_Buttons.js +1 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,7 @@ define([ buttonsActions: { BUTTON_EVENT: "btnEvent", BUTTON_EVENT_ROW: "btnEventRow" }, templateColClass: ".col-xs-8.col-sm-7.col-md-8.col-lg-9.col-xl-10" } }; lang.mixin(this, this.config, args); Loading