X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.ReaderLayout.json;fp=docs%2Fsymbols%2FRoo.ReaderLayout.json;h=6e521bebdbd89925e44977e1efe6f8c64aefdb42;hp=43a1aedc8f9bc30c60c92c1076b1c6110373c357;hb=9c7a8ec74e80c6351625f2b02b15673ef54753ae;hpb=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1 diff --git a/docs/symbols/Roo.ReaderLayout.json b/docs/symbols/Roo.ReaderLayout.json index 43a1aedc8f..6e521bebdb 100644 --- a/docs/symbols/Roo.ReaderLayout.json +++ b/docs/symbols/Roo.ReaderLayout.json @@ -10,7 +10,7 @@ "tree_parent" : [], "desc" : "This is a pre-built layout that represents a classic, 5-pane application. It consists of a header, a primary\ncenter region containing two nested regions (a top one for a list view and one for item preview below),\nand regions on either side that can be used for navigation, application commands, informational displays, etc.\nThe setup and configuration work exactly the same as it does for a {@link Roo.BorderLayout} - this class simply\nexpedites the setup of the overall layout and regions for this common application style.\nExample:\n
\nvar reader = new Roo.ReaderLayout();\nvar CP = Roo.ContentPanel;  // shortcut for adding\n\nreader.beginUpdate();\nreader.add(\"north\", new CP(\"north\", \"North\"));\nreader.add(\"west\", new CP(\"west\", {title: \"West\"}));\nreader.add(\"east\", new CP(\"east\", {title: \"East\"}));\n\nreader.regions.listView.add(new CP(\"listView\", \"List\"));\nreader.regions.preview.add(new CP(\"preview\", \"Preview\"));\nreader.endUpdate();\n
", "isSingleton" : false, - "isStatic" : true, + "isStatic" : false, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false,