Loading public/javascript/app/designs/edition/Layout.js +15 −8 Original line number Diff line number Diff line define([ "dojo/_base/declare" , "dojo/_base/lang" 'app/designs/base/_Layout' , 'dojo/_base/declare' , 'dojo/_base/lang' ], function( declare _Layout , declare , lang ) { return declare(null, { return declare(_Layout, { // summary: // Layout para vistas de edición. constructor: function(args) { lang.mixin(this, args); this.config = { layoutAdditionalClasses: 'layoutEditionDesign' }; lang.mixin(this, this.config, args); } }); }); public/javascript/redmic/modules/layout/wizard/Wizard.js +1 −6 Original line number Diff line number Diff line Loading @@ -205,11 +205,7 @@ define([ this.stepLabelNode = put(this.wizardContentNode, "div." + this.stepLabelClass); this.contentNode = new BorderContainer({ 'class': this.contentClass }); put(this.wizardContentNode, this.contentNode.domNode); this.contentNode = put(this.wizardContentNode, "div." + this.contentClass); //this.container.onkeyup = lang.hitch(this, this._eventKeyCode); }, Loading Loading @@ -596,7 +592,6 @@ define([ this._setVisitedStep(stepId); this._setLabel(stepLabel, stepId); this.contentNode.resize(); }, _setVisitedStep: function(id) { Loading stylesheets @ 0af51354 Compare 4fccdd04 to 0af51354 Original line number Diff line number Diff line Subproject commit 4fccdd04af0c790b5b42102c21e609379233a5fc Subproject commit 0af513548c5159bb22cce2431d52a2cd77315f83 Loading
public/javascript/app/designs/edition/Layout.js +15 −8 Original line number Diff line number Diff line define([ "dojo/_base/declare" , "dojo/_base/lang" 'app/designs/base/_Layout' , 'dojo/_base/declare' , 'dojo/_base/lang' ], function( declare _Layout , declare , lang ) { return declare(null, { return declare(_Layout, { // summary: // Layout para vistas de edición. constructor: function(args) { lang.mixin(this, args); this.config = { layoutAdditionalClasses: 'layoutEditionDesign' }; lang.mixin(this, this.config, args); } }); });
public/javascript/redmic/modules/layout/wizard/Wizard.js +1 −6 Original line number Diff line number Diff line Loading @@ -205,11 +205,7 @@ define([ this.stepLabelNode = put(this.wizardContentNode, "div." + this.stepLabelClass); this.contentNode = new BorderContainer({ 'class': this.contentClass }); put(this.wizardContentNode, this.contentNode.domNode); this.contentNode = put(this.wizardContentNode, "div." + this.contentClass); //this.container.onkeyup = lang.hitch(this, this._eventKeyCode); }, Loading Loading @@ -596,7 +592,6 @@ define([ this._setVisitedStep(stepId); this._setLabel(stepLabel, stepId); this.contentNode.resize(); }, _setVisitedStep: function(id) { Loading
stylesheets @ 0af51354 Compare 4fccdd04 to 0af51354 Original line number Diff line number Diff line Subproject commit 4fccdd04af0c790b5b42102c21e609379233a5fc Subproject commit 0af513548c5159bb22cce2431d52a2cd77315f83