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