14a75cca9e025293a2a3286acc1719110ec5aac0
[roojs1] / docs / symbols / Roo.SplitBar.AbsoluteLayoutAdapter.json
1 {
2   "name" : "Roo.SplitBar.AbsoluteLayoutAdapter",
3   "augments" : [
4     "Roo.SplitBar.BasicLayoutAdapter"
5   ],
6   "childClasses" : {  },
7   "tree_children" : [],
8   "tree_parent" : [],
9   "desc" : "Adapter that  moves the splitter element to align with the resized sizing element. \nUsed with an absolute positioned SplitBar.",
10   "isSingleton" : false,
11   "isStatic" : false,
12   "isBuiltin" : false,
13   "isAbstract" : false,
14   "isBuilderTop" : false,
15   "memberOf" : "AbsoluteLayoutAdapter",
16   "example" : "",
17   "deprecated" : "",
18   "since" : "",
19   "see" : "",
20   "params" : [
21     {
22       "name" : "container",
23       "type" : "String/HTMLElement/Roo.Element",
24       "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.",
25       "isOptional" : false
26     }
27   ],
28   "returns" : [],
29   "throws" : "",
30   "requires" : "",
31   "config" : [],
32   "methods" : [
33     {
34       "name" : "setElementSize",
35       "type" : "function",
36       "desc" : "Called after drag operations to set the size of the resizing element.",
37       "sig" : "(s, newSize, onComplete)",
38       "static" : false,
39       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
40       "isStatic" : false,
41       "isConstructor" : false,
42       "isPrivate" : false,
43       "example" : "",
44       "deprecated" : "",
45       "since" : "",
46       "see" : "",
47       "exceptions" : "",
48       "requires" : "",
49       "params" : [
50         {
51           "name" : "s",
52           "type" : "Roo.SplitBar",
53           "desc" : "The SplitBar using this adapter",
54           "isOptional" : false
55         },
56         {
57           "name" : "newSize",
58           "type" : "Number",
59           "desc" : "The new size to set",
60           "isOptional" : false
61         },
62         {
63           "name" : "onComplete",
64           "type" : "Function",
65           "desc" : "A function to be invoked when resizing is complete",
66           "isOptional" : false
67         }
68       ],
69       "returns" : []
70     },
71     {
72       "name" : "getElementSize",
73       "type" : "function",
74       "desc" : "Called before drag operations to get the current size of the resizing element.",
75       "sig" : "(s)",
76       "static" : false,
77       "memberOf" : "Roo.SplitBar.BasicLayoutAdapter",
78       "isStatic" : false,
79       "isConstructor" : false,
80       "isPrivate" : false,
81       "example" : "",
82       "deprecated" : "",
83       "since" : "",
84       "see" : "",
85       "exceptions" : "",
86       "requires" : "",
87       "params" : [
88         {
89           "name" : "s",
90           "type" : "Roo.SplitBar",
91           "desc" : "The SplitBar using this adapter",
92           "isOptional" : false
93         }
94       ],
95       "returns" : []
96     }
97   ],
98   "events" : []
99 }