Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs / symbols / Roo.SplitBar.AbsoluteLayoutAdapter.json
diff --git a/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.json b/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.json
new file mode 100644 (file)
index 0000000..438bdf4
--- /dev/null
@@ -0,0 +1,87 @@
+{
+  "name" : "Roo.SplitBar.AbsoluteLayoutAdapter",
+  "augments" : [
+    "Roo.SplitBar.BasicLayoutAdapter"
+  ],
+  "desc" : "Adapter that  moves the splitter element to align with the resized sizing element. \nUsed with an absolute positioned SplitBar.",
+  "isSingleton" : false,
+  "isStatic" : false,
+  "isBuiltin" : false,
+  "memberOf" : "AbsoluteLayoutAdapter",
+  "example" : "",
+  "deprecated" : "",
+  "since" : "",
+  "see" : "",
+  "params" : [
+    {
+      "name" : "container",
+      "type" : "String/HTMLElement/Roo.Element",
+      "desc" : "The container that wraps around the absolute positioned content. If it's\ndocument.body, make sure you assign an id to the body element.",
+      "isOptional" : false
+    }
+  ],
+  "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