438bdf49e59e4643b62792fc96813e0ffd591b8c
[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   ],
25   "config" : [
26   ],
27   "methods" : [
28     {
29       "name" : "setElementSize",
30       "desc" : "Called after drag operations to set the size of the resizing element.",
31       "isStatic" : false,
32       "isConstructor" : false,
33       "isPrivate" : false,
34       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
35       "example" : "",
36       "deprecated" : "",
37       "since" : "",
38       "see" : "",
39       "params" : [
40         {
41           "name" : "s",
42           "type" : "Roo.SplitBar",
43           "desc" : "The SplitBar using this adapter",
44           "isOptional" : false
45         },
46         {
47           "name" : "newSize",
48           "type" : "Number",
49           "desc" : "The new size to set",
50           "isOptional" : false
51         },
52         {
53           "name" : "onComplete",
54           "type" : "Function",
55           "desc" : "A function to be invoked when resizing is complete",
56           "isOptional" : false
57         }
58       ],
59       "returns" : [
60       ]
61     },
62     {
63       "name" : "getElementSize",
64       "desc" : "Called before drag operations to get the current size of the resizing element.",
65       "isStatic" : false,
66       "isConstructor" : false,
67       "isPrivate" : false,
68       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
69       "example" : "",
70       "deprecated" : "",
71       "since" : "",
72       "see" : "",
73       "params" : [
74         {
75           "name" : "s",
76           "type" : "Roo.SplitBar",
77           "desc" : "The SplitBar using this adapter",
78           "isOptional" : false
79         }
80       ],
81       "returns" : [
82       ]
83     }
84   ],
85   "events" : [
86   ]
87 }