split panels into seperate files, and fix code doc
[roojs1] / docs / json / roodata.json
index 179499e..b0ec5f4 100644 (file)
   },
   "Roo" : {
     "props" : [
-      {
-        "name" : "Roo.BorderLayout}",
-        "type" : "",
-        "desc" : "layout   [required] The layout for this panel",
-        "memberOf" : ""
-      },
       {
         "name" : "grid",
         "type" : "Roo.grid.Grid",
         "desc" : "The grid for this panel",
         "memberOf" : ""
+      },
+      {
+        "name" : "layout",
+        "type" : "Roo.BorderLayout",
+        "desc" : "[required] The layout for this panel",
+        "memberOf" : ""
       }
     ],
     "events" : [],
   },
   "Roo.NestedLayoutPanel" : {
     "props" : [
-      {
-        "name" : "Roo.BorderLayout}",
-        "type" : "",
-        "desc" : "layout   [required] The layout for this panel",
-        "memberOf" : "Roo"
-      },
       {
         "name" : "adjustments",
         "type" : "Array",
         "desc" : "True for this panel to adjust its size to fit when the region resizes  (defaults to false)",
         "memberOf" : "Roo.ContentPanel"
       },
+      {
+        "name" : "layout",
+        "type" : "Roo.BorderLayout",
+        "desc" : "[required] The layout for this panel",
+        "memberOf" : "Roo"
+      },
       {
         "name" : "listeners",
         "type" : "Object",
           }
         ]
       },
+      {
+        "name" : "onClick",
+        "type" : "function",
+        "desc" : "event that occurs when you click on the navigation buttons - can be used to trigger load of a grid.",
+        "sig" : "(which)",
+        "static" : false,
+        "memberOf" : "",
+        "isStatic" : false,
+        "isConstructor" : false,
+        "isPrivate" : false,
+        "example" : "",
+        "deprecated" : "",
+        "since" : "",
+        "see" : "",
+        "exceptions" : "",
+        "requires" : "",
+        "params" : [
+          {
+            "name" : "which",
+            "type" : "String",
+            "desc" : "(first|prev|next|last|refresh)  which button to press.",
+            "isOptional" : false
+          }
+        ],
+        "returns" : []
+      },
       {
         "name" : "show",
         "type" : "function",