X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Flayout%2FRegion.js;fp=Roo%2FLayoutRegion.js;h=6386789146e3f5fe11acb3388c95227f88a74b7d;hb=10693a871ee6374b8e9f19c344ceb447ed0531d2;hp=c2b31c234414028b655274ded48a8652fc75b733;hpb=7dfd0d3cd68424e103991ef6946d2368cbe08a81;p=roojs1 diff --git a/Roo/LayoutRegion.js b/Roo/layout/Region.js similarity index 98% rename from Roo/LayoutRegion.js rename to Roo/layout/Region.js index c2b31c2344..6386789146 100644 --- a/Roo/LayoutRegion.js +++ b/Roo/layout/Region.js @@ -10,8 +10,8 @@ */ /** - * @class Roo.LayoutRegion - * @extends Roo.BasicLayoutRegion + * @class Roo.layout.Region + * @extends Roo.layout.BasicRegion * This class represents a region in a layout manager. * @cfg {Boolean} collapsible False to disable collapsing (defaults to true) * @cfg {Boolean} collapsed True to set the initial display to collapsed (defaults to false) @@ -42,8 +42,8 @@ * @cfg {Boolean} split To show the splitter * @cfg {Boolean} toolbar xtype configuration for a toolbar - shows on right of tabbar */ -Roo.LayoutRegion = function(mgr, config, pos){ - Roo.LayoutRegion.superclass.constructor.call(this, mgr, config, pos, true); +Roo.layout.Region = function(mgr, config, pos){ + Roo.layout.Region.superclass.constructor.call(this, mgr, config, pos, true); var dh = Roo.DomHelper; /** This region's container element * @type Roo.Element */ @@ -77,7 +77,7 @@ Roo.LayoutRegion = function(mgr, config, pos){ this.applyConfig(config); }; -Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, { +Roo.extend(Roo.layout.Region, Roo.layout.BasicRegion, { createBody : function(){ /** This region's body element