Loading public/javascript/app/designs/primaryAndSecondaryContent/layout/Layout.js +6 −11 Original line number Diff line number Diff line define([ 'dijit/layout/ContentPane' 'app/designs/base/_Layout' , 'dojo/_base/declare' , 'dojo/_base/lang' , 'put-selector/put' ], function( ContentPane _Layout , declare , lang , put ){ return declare(ContentPane, { return declare(_Layout, { // summary: // Layout de doble contenido primario y secundario, con barra de título y vuelta hacia atrás. Loading @@ -25,23 +25,18 @@ define([ this.inherited(arguments); var topNode = put(this.containerNode, 'div.topZone'), var topNode = put(this.domNode, 'div.topZone'), buttonsNode = put(topNode, 'div.buttonZone'), centerNode = put(this.containerNode, 'div.dualCenterZone'); centerNode = put(this.domNode, 'div.dualCenterZone'); this._backButtonNode = put(buttonsNode, 'div'); this._titleNode = put(topNode, 'div.widthLimitTitleZone.titleZone'), this._titleNode = put(topNode, 'div.widthLimitTitleZone.titleZone'); this._setTitle(this.title); this._primaryContentNode = put(centerNode, 'div.dualListZone.noBorderList'); this._secondaryContentNode = put(centerNode, 'div.dualListZone.noBorderList'); }, _getNodeToShow: function() { return this.containerNode; } }); }); stylesheets @ 18926b86 Compare b8cfd8d1 to 18926b86 Original line number Diff line number Diff line Subproject commit b8cfd8d1eef66d18788cecf04e7d3cbc52722101 Subproject commit 18926b86978ca3c3fecbde61860133cf45fe3735 Loading
public/javascript/app/designs/primaryAndSecondaryContent/layout/Layout.js +6 −11 Original line number Diff line number Diff line define([ 'dijit/layout/ContentPane' 'app/designs/base/_Layout' , 'dojo/_base/declare' , 'dojo/_base/lang' , 'put-selector/put' ], function( ContentPane _Layout , declare , lang , put ){ return declare(ContentPane, { return declare(_Layout, { // summary: // Layout de doble contenido primario y secundario, con barra de título y vuelta hacia atrás. Loading @@ -25,23 +25,18 @@ define([ this.inherited(arguments); var topNode = put(this.containerNode, 'div.topZone'), var topNode = put(this.domNode, 'div.topZone'), buttonsNode = put(topNode, 'div.buttonZone'), centerNode = put(this.containerNode, 'div.dualCenterZone'); centerNode = put(this.domNode, 'div.dualCenterZone'); this._backButtonNode = put(buttonsNode, 'div'); this._titleNode = put(topNode, 'div.widthLimitTitleZone.titleZone'), this._titleNode = put(topNode, 'div.widthLimitTitleZone.titleZone'); this._setTitle(this.title); this._primaryContentNode = put(centerNode, 'div.dualListZone.noBorderList'); this._secondaryContentNode = put(centerNode, 'div.dualListZone.noBorderList'); }, _getNodeToShow: function() { return this.containerNode; } }); });
stylesheets @ 18926b86 Compare b8cfd8d1 to 18926b86 Original line number Diff line number Diff line Subproject commit b8cfd8d1eef66d18788cecf04e7d3cbc52722101 Subproject commit 18926b86978ca3c3fecbde61860133cf45fe3735