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