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