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