Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.layout.component.Tip.js
1 Ext.data.JsonP.Ext_layout_component_Tip({
2   "tagname": "class",
3   "name": "Ext.layout.component.Tip",
4   "doc": "<p>Component layout for Tip/ToolTip/etc. components</p>\n",
5   "extends": "Ext.layout.component.Dock",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": true,
17   "cfg": [
18
19   ],
20   "method": [
21     {
22       "tagname": "method",
23       "name": "getRenderTarget",
24       "member": "Ext.layout.component.Component",
25       "doc": "<p>Returns the element into which rendering must take place. Defaults to the owner Component's encapsulating element.</p>\n\n\n<p>May be overridden in Component layout managers which implement an inner element.</p>\n",
26       "params": [
27
28       ],
29       "return": {
30         "type": "Ext.core.Element",
31         "doc": "\n"
32       },
33       "private": false,
34       "static": false,
35       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
36       "linenr": 129,
37       "html_filename": "Component5.html",
38       "href": "Component5.html#Ext-layout-component-Component-method-getRenderTarget",
39       "shortDoc": "Returns the element into which rendering must take place. Defaults to the owner Component's encapsulating element.\n\n\n..."
40     },
41     {
42       "tagname": "method",
43       "name": "getTarget",
44       "member": "Ext.layout.component.Component",
45       "doc": "<p>Returns the owner component's resize element.</p>\n",
46       "params": [
47
48       ],
49       "return": {
50         "type": "Ext.core.Element",
51         "doc": "\n"
52       },
53       "private": false,
54       "static": false,
55       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
56       "linenr": 121,
57       "html_filename": "Component5.html",
58       "href": "Component5.html#Ext-layout-component-Component-method-getTarget",
59       "shortDoc": "<p>Returns the owner component's resize element.</p>\n"
60     },
61     {
62       "tagname": "method",
63       "name": "needsLayout",
64       "member": "Ext.layout.component.Component",
65       "doc": "<p>Check if the new size is different from the current size and only\ntrigger a layout if it is necessary.</p>\n",
66       "params": [
67         {
68           "type": "Mixed",
69           "name": "width",
70           "doc": "<p>The new width to set.</p>\n",
71           "optional": false
72         },
73         {
74           "type": "Mixed",
75           "name": "height",
76           "doc": "<p>The new height to set.</p>\n",
77           "optional": false
78         }
79       ],
80       "return": {
81         "type": "void",
82         "doc": "\n"
83       },
84       "private": false,
85       "static": false,
86       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
87       "linenr": 90,
88       "html_filename": "Component5.html",
89       "href": "Component5.html#Ext-layout-component-Component-method-needsLayout",
90       "shortDoc": "<p>Check if the new size is different from the current size and only\ntrigger a layout if it is necessary.</p>\n"
91     },
92     {
93       "tagname": "method",
94       "name": "setElementSize",
95       "member": "Ext.layout.component.Component",
96       "doc": "<p>Set the size of any element supporting undefined, null, and values.</p>\n",
97       "params": [
98         {
99           "type": "Mixed",
100           "name": "width",
101           "doc": "<p>The new width to set.</p>\n",
102           "optional": false
103         },
104         {
105           "type": "Mixed",
106           "name": "height",
107           "doc": "<p>The new height to set.</p>\n",
108           "optional": false
109         },
110         {
111           "type": "Object",
112           "name": "height",
113           "doc": "\n",
114           "optional": false
115         }
116       ],
117       "return": {
118         "type": "void",
119         "doc": "\n"
120       },
121       "private": false,
122       "static": false,
123       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
124       "linenr": 104,
125       "html_filename": "Component5.html",
126       "href": "Component5.html#Ext-layout-component-Component-method-setElementSize",
127       "shortDoc": "<p>Set the size of any element supporting undefined, null, and values.</p>\n"
128     },
129     {
130       "tagname": "method",
131       "name": "setTargetSize",
132       "member": "Ext.layout.component.Component",
133       "doc": "<p>Set the size of the target element.</p>\n",
134       "params": [
135         {
136           "type": "Mixed",
137           "name": "width",
138           "doc": "<p>The new width to set.</p>\n",
139           "optional": false
140         },
141         {
142           "type": "Mixed",
143           "name": "height",
144           "doc": "<p>The new height to set.</p>\n",
145           "optional": false
146         }
147       ],
148       "return": {
149         "type": "void",
150         "doc": "\n"
151       },
152       "private": false,
153       "static": false,
154       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
155       "linenr": 138,
156       "html_filename": "Component5.html",
157       "href": "Component5.html#Ext-layout-component-Component-method-setTargetSize",
158       "shortDoc": "<p>Set the size of the target element.</p>\n"
159     }
160   ],
161   "property": [
162
163   ],
164   "event": [
165
166   ],
167   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/Tip.js",
168   "linenr": 1,
169   "html_filename": "Tip.html",
170   "href": "Tip.html#Ext-layout-component-Tip",
171   "cssVar": [
172
173   ],
174   "cssMixin": [
175
176   ],
177   "component": false,
178   "superclasses": [
179     "Ext.layout.Layout",
180     "Ext.layout.component.Component",
181     "Ext.layout.component.AbstractDock",
182     "Ext.layout.component.Dock"
183   ],
184   "subclasses": [
185
186   ],
187   "mixedInto": [
188
189   ],
190   "allMixins": [
191
192   ]
193 });