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