Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs / symbols / Roo.SplitBar.BasicLayoutAdapter.json
diff --git a/docs/symbols/Roo.SplitBar.BasicLayoutAdapter.json b/docs/symbols/Roo.SplitBar.BasicLayoutAdapter.json
new file mode 100644 (file)
index 0000000..7fd9d0c
--- /dev/null
@@ -0,0 +1,80 @@
+{
+  "name" : "Roo.SplitBar.BasicLayoutAdapter",
+  "augments" : [
+  ],
+  "desc" : "Default Adapter. It assumes the splitter and resizing element are not positioned\nelements and only gets/sets the width of the element. Generally used for table based layouts.",
+  "isSingleton" : false,
+  "isStatic" : false,
+  "isBuiltin" : false,
+  "memberOf" : "BasicLayoutAdapter",
+  "example" : "",
+  "deprecated" : "",
+  "since" : "",
+  "see" : "",
+  "params" : [
+  ],
+  "returns" : [
+  ],
+  "config" : [
+  ],
+  "methods" : [
+    {
+      "name" : "setElementSize",
+      "desc" : "Called after drag operations to set the size of the resizing element.",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "s",
+          "type" : "Roo.SplitBar",
+          "desc" : "The SplitBar using this adapter",
+          "isOptional" : false
+        },
+        {
+          "name" : "newSize",
+          "type" : "Number",
+          "desc" : "The new size to set",
+          "isOptional" : false
+        },
+        {
+          "name" : "onComplete",
+          "type" : "Function",
+          "desc" : "A function to be invoked when resizing is complete",
+          "isOptional" : false
+        }
+      ],
+      "returns" : [
+      ]
+    },
+    {
+      "name" : "getElementSize",
+      "desc" : "Called before drag operations to get the current size of the resizing element.",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "s",
+          "type" : "Roo.SplitBar",
+          "desc" : "The SplitBar using this adapter",
+          "isOptional" : false
+        }
+      ],
+      "returns" : [
+      ]
+    }
+  ],
+  "events" : [
+  ]
+}
\ No newline at end of file