Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / symbols / Roo.SplitBar.AbsoluteLayoutAdapter.json
1 {
2   "name" : "Roo.SplitBar.AbsoluteLayoutAdapter",
3   "augments" : [
4     "Roo.SplitBar.BasicLayoutAdapter"
5   ],
6   "desc" : "Adapter that  moves the splitter element to align with the resized sizing element. \nUsed with an absolute positioned SplitBar.",
7   "isSingleton" : false,
8   "isStatic" : true,
9   "isBuiltin" : false,
10   "config" : [
11   ],
12   "methods" : [
13     {
14       "name" : "setElementSize",
15       "desc" : "Called after drag operations to set the size of the resizing element.",
16       "isStatic" : false,
17       "isConstructor" : false,
18       "isPrivate" : false,
19       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
20       "example" : "",
21       "deprecated" : "",
22       "since" : "",
23       "see" : "",
24       "params" : [
25         {
26           "name" : "s",
27           "type" : "Roo.SplitBar",
28           "desc" : "The SplitBar using this adapter",
29           "isOptional" : false
30         },
31         {
32           "name" : "newSize",
33           "type" : "Number",
34           "desc" : "The new size to set",
35           "isOptional" : false
36         },
37         {
38           "name" : "onComplete",
39           "type" : "Function",
40           "desc" : "A function to be invoked when resizing is complete",
41           "isOptional" : false
42         }
43       ],
44       "returns" : [
45       ]
46     },
47     {
48       "name" : "getElementSize",
49       "desc" : "Called before drag operations to get the current size of the resizing element.",
50       "isStatic" : false,
51       "isConstructor" : false,
52       "isPrivate" : false,
53       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
54       "example" : "",
55       "deprecated" : "",
56       "since" : "",
57       "see" : "",
58       "params" : [
59         {
60           "name" : "s",
61           "type" : "Roo.SplitBar",
62           "desc" : "The SplitBar using this adapter",
63           "isOptional" : false
64         }
65       ],
66       "returns" : [
67       ]
68     }
69   ],
70   "events" : [
71   ]
72 }