X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.LayoutDialog.json;fp=docs%2Fsymbols%2FRoo.LayoutDialog.json;h=a64e2e2c48ceab227667c77c3eda848adc222599;hp=0801a651e68f299ddc92aa7375f3d5e453ac4502;hb=dc0deb4ab24ebb1144a9c7c0cea2e5d6bedb54e1;hpb=a3ba42edf373fc5f2c84815d46e1234a15ab0a12 diff --git a/docs/symbols/Roo.LayoutDialog.json b/docs/symbols/Roo.LayoutDialog.json index 0801a651e6..a64e2e2c48 100644 --- a/docs/symbols/Roo.LayoutDialog.json +++ b/docs/symbols/Roo.LayoutDialog.json @@ -14,7 +14,7 @@ "tree_parent" : [], "desc" : "Dialog which provides adjustments for working with a layout in a Dialog.\nAdd your necessary layout config options to the dialog's config.
\nExample usage (including a nested layout):\n
\nif(!dialog){\n    dialog = new Roo.LayoutDialog(\"download-dlg\", {\n        modal: true,\n        width:600,\n        height:450,\n        shadow:true,\n        minWidth:500,\n        minHeight:350,\n        autoTabs:true,\n        proxyDrag:true,\n        // layout config merges with the dialog config\n        center:{\n            tabPosition: \"top\",\n            alwaysShowTabs: true\n        }\n    });\n    dialog.addKeyListener(27, dialog.hide, dialog);\n    dialog.setDefaultButton(dialog.addButton(\"Close\", dialog.hide, dialog));\n    dialog.addButton(\"Build It!\", this.getDownload, this);\n\n    // we can even add nested layouts\n    var innerLayout = new Roo.BorderLayout(\"dl-inner\", {\n        east: {\n            initialSize: 200,\n            autoScroll:true,\n            split:true\n        },\n        center: {\n            autoScroll:true\n        }\n    });\n    innerLayout.beginUpdate();\n    innerLayout.add(\"east\", new Roo.ContentPanel(\"dl-details\"));\n    innerLayout.add(\"center\", new Roo.ContentPanel(\"selection-panel\"));\n    innerLayout.endUpdate(true);\n\n    var layout = dialog.getLayout();\n    layout.beginUpdate();\n    layout.add(\"center\", new Roo.ContentPanel(\"standard-panel\",\n                        {title: \"Download the Source\", fitToFrame:true}));\n    layout.add(\"center\", new Roo.NestedLayoutPanel(innerLayout,\n               {title: \"Build your own roo.js\"}));\n    layout.getRegion(\"center\").showPanel(sp);\n    layout.endUpdate();\n}\n
", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : true, @@ -45,7 +45,7 @@ "name" : "buttons[]", "type" : "Roo.Button", "desc" : "Bottom buttons..", - "memberOf" : "Roo.LayoutDialog" + "memberOf" : "" }, { "name" : "minButtonWidth", @@ -57,7 +57,7 @@ "name" : "west", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.LayoutDialog" + "memberOf" : "" }, { "name" : "fixedcenter", @@ -81,7 +81,7 @@ "name" : "center", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.LayoutDialog" + "memberOf" : "" }, { "name" : "resizable", @@ -153,13 +153,13 @@ "name" : "south", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.LayoutDialog" + "memberOf" : "" }, { "name" : "east", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.LayoutDialog" + "memberOf" : "" }, { "name" : "shadow", @@ -189,7 +189,7 @@ "name" : "north", "type" : "Roo.LayoutRegion", "desc" : "", - "memberOf" : "Roo.LayoutDialog" + "memberOf" : "" }, { "name" : "buttons",