X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_BorderLayout.js.html;fp=docs%2Fsrc%2FRoo_BorderLayout.js.html;h=b7e7769ae921c6f988beded7c0d861f87d8f8dfb;hp=c3acf51d4c5b8e2ed20dfec58a692b1449fec38e;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_BorderLayout.js.html b/docs/src/Roo_BorderLayout.js.html index c3acf51d4c..b7e7769ae9 100644 --- a/docs/src/Roo_BorderLayout.js.html +++ b/docs/src/Roo_BorderLayout.js.html @@ -11,6 +11,7 @@ /** * @class Roo.BorderLayout * @extends Roo.LayoutManager + * @children Roo.ContentPanel * This class represents a common layout manager used in desktop applications. For screenshots and more details, * please see: <br><br> * <a href="http://www.jackslocum.com/yui/2006/10/19/cross-browser-web-20-layouts-with-yahoo-ui/">Cross Browser Layouts - Part 1</a><br> @@ -92,7 +93,23 @@ the container size if it is not the body element.</b> }; Roo.extend(Roo.BorderLayout, Roo.LayoutManager, { - /** + + /** + * @cfg {Roo.LayoutRegion} east + */ + /** + * @cfg {Roo.LayoutRegion} west + */ + /** + * @cfg {Roo.LayoutRegion} north + */ + /** + * @cfg {Roo.LayoutRegion} south + */ + /** + * @cfg {Roo.LayoutRegion} center + */ + /** * Creates and adds a new region if it doesn't already exist. * @param {String} target The target region key (north, south, east, west or center). * @param {Object} config The regions config object