X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2Flayout%2FBorder.js;fp=Roo%2Fbootstrap%2Flayout%2FBorder.js;h=fb52a52d7c25cb5951fe9d1babd5eb25fda1dca0;hp=cc4d8b144e05d84f5440631880376cd82e40cd84;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/Roo/bootstrap/layout/Border.js b/Roo/bootstrap/layout/Border.js index cc4d8b144e..fb52a52d7c 100644 --- a/Roo/bootstrap/layout/Border.js +++ b/Roo/bootstrap/layout/Border.js @@ -11,6 +11,8 @@ /** * @class Roo.bootstrap.layout.Border * @extends Roo.bootstrap.layout.Manager + * @builder-top + * @children Roo.bootstrap.panel.Content Roo.bootstrap.panel.Nest Roo.bootstrap.panel.Grid * This class represents a common layout manager used in desktop applications. For screenshots and more details, * please see: examples/bootstrap/nested.html

@@ -42,6 +44,25 @@ Roo.bootstrap.layout.Border.regions = ["center", "north","south","east","west"] Roo.extend(Roo.bootstrap.layout.Border, Roo.bootstrap.layout.Manager, { + /** + * @cfg {Roo.bootstrap.layout.Region} center region to go in center + */ + /** + * @cfg {Roo.bootstrap.layout.Region} west region to go in west + */ + /** + * @cfg {Roo.bootstrap.layout.Region} east region to go in east + */ + /** + * @cfg {Roo.bootstrap.layout.Region} south region to go in south + */ + /** + * @cfg {Roo.bootstrap.layout.Region} north region to go in north + */ + + + + parent : false, // this might point to a 'nest' or a ??? /**