X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.BorderLayout.json;fp=docs%2Fsymbols%2FRoo.BorderLayout.json;h=0986674174005e5ec5625f7a5f34c5a6d639fe1a;hp=188e6e05faa51e7ca2b7dd0027ec11300f25e412;hb=a66f0a954c17d9febb8c6835bd474ccbadfcf2fd;hpb=1ceaae5125b6781e11416dd48109611cfe182be3 diff --git a/docs/symbols/Roo.BorderLayout.json b/docs/symbols/Roo.BorderLayout.json index 188e6e05fa..0986674174 100644 --- a/docs/symbols/Roo.BorderLayout.json +++ b/docs/symbols/Roo.BorderLayout.json @@ -18,7 +18,7 @@ "tree_parent" : [], "desc" : "This class represents a common layout manager used in desktop applications. For screenshots and more details,\nplease see:

\nCross Browser Layouts - Part 1
\nCross Browser Layouts - Part 2

\nExample:\n
\n var layout = new Roo.BorderLayout(document.body, {\n    north: {\n        initialSize: 25,\n        titlebar: false\n    },\n    west: {\n        split:true,\n        initialSize: 200,\n        minSize: 175,\n        maxSize: 400,\n        titlebar: true,\n        collapsible: true\n    },\n    east: {\n        split:true,\n        initialSize: 202,\n        minSize: 175,\n        maxSize: 400,\n        titlebar: true,\n        collapsible: true\n    },\n    south: {\n        split:true,\n        initialSize: 100,\n        minSize: 100,\n        maxSize: 200,\n        titlebar: true,\n        collapsible: true\n    },\n    center: {\n        titlebar: true,\n        autoScroll:true,\n        resizeTabs: true,\n        minTabWidth: 50,\n        preferredTabWidth: 150\n    }\n});\n\n// shorthand\nvar CP = Roo.ContentPanel;\n\nlayout.beginUpdate();\nlayout.add(\"north\", new CP(\"north\", \"North\"));\nlayout.add(\"south\", new CP(\"south\", {title: \"South\", closable: true}));\nlayout.add(\"west\", new CP(\"west\", {title: \"West\"}));\nlayout.add(\"east\", new CP(\"autoTabs\", {title: \"Auto Tabs\", closable: true}));\nlayout.add(\"center\", new CP(\"center1\", {title: \"Close Me\", closable: true}));\nlayout.add(\"center\", new CP(\"center2\", {title: \"Center Panel\", closable: false}));\nlayout.getRegion(\"center\").showPanel(\"center1\");\nlayout.endUpdate();\n
\n\nThe container the layout is rendered into can be either the body element or any other element.\nIf it is not the body element, the container needs to either be an absolute positioned element,\nor you will need to add \"position:relative\" to the css of the container. You will also need to specify\nthe container size if it is not the body element.", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false, @@ -49,7 +49,7 @@ "name" : "center", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.BorderLayout" + "memberOf" : "" }, { "name" : "listeners", @@ -61,25 +61,25 @@ "name" : "east", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.BorderLayout" + "memberOf" : "" }, { "name" : "west", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.BorderLayout" + "memberOf" : "" }, { "name" : "north", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.BorderLayout" + "memberOf" : "" }, { "name" : "south", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.BorderLayout" + "memberOf" : "" } ], "methods" : [