Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.Shadow.js
1 Ext.data.JsonP.Ext_Shadow({
2   "tagname": "class",
3   "name": "Ext.Shadow",
4   "doc": "<p>Simple class that can provide a shadow effect for any element.  Note that the element MUST be absolutely positioned,\nand the shadow does not provide any shimming.  This should be used only in simple cases -- for more advanced\nfunctionality that can also provide the same shadow effect, see the <a href=\"#/api/Ext.Layer\" rel=\"Ext.Layer\" class=\"docClass\">Ext.Layer</a> class.</p>\n",
5   "extends": null,
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "mode",
21       "member": "Ext.Shadow",
22       "type": "String",
23       "doc": "<p>The shadow display mode.  Supports the following options:<div class=\"mdetail-params\"><ul>\n<li><b><tt>sides</tt></b> : Shadow displays on both sides and bottom only</li>\n<li><b><tt>frame</tt></b> : Shadow displays equally on all four sides</li>\n<li><b><tt>drop</tt></b> : Traditional bottom-right drop shadow</li>\n</ul></div></p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
26       "linenr": 84,
27       "html_filename": "Shadow.html",
28       "href": "Shadow.html#Ext-Shadow-cfg-mode",
29       "shortDoc": "The shadow display mode.  Supports the following options:\nsides : Shadow displays on both sides and bottom only\nframe..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "offset",
34       "member": "Ext.Shadow",
35       "type": "String",
36       "doc": "<p>The number of pixels to offset the shadow from the element (defaults to <tt>4</tt>)</p>\n",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
39       "linenr": 92,
40       "html_filename": "Shadow.html",
41       "href": "Shadow.html#Ext-Shadow-cfg-offset"
42     }
43   ],
44   "method": [
45     {
46       "tagname": "method",
47       "name": "Shadow",
48       "member": "Ext.Shadow",
49       "doc": "<p>Create a new Shadow</p>\n",
50       "params": [
51         {
52           "type": "Object",
53           "name": "config",
54           "doc": "<p>The config object</p>\n",
55           "optional": false
56         }
57       ],
58       "return": {
59         "type": "void",
60         "doc": "\n"
61       },
62       "private": false,
63       "static": false,
64       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
65       "linenr": 1,
66       "html_filename": "Shadow.html",
67       "href": "Shadow.html#Ext-Shadow-method-constructor",
68       "shortDoc": "<p>Create a new Shadow</p>\n"
69     },
70     {
71       "tagname": "method",
72       "name": "hide",
73       "member": "Ext.Shadow",
74       "doc": "<p>Hides this shadow</p>\n",
75       "params": [
76
77       ],
78       "return": {
79         "type": "void",
80         "doc": "\n"
81       },
82       "private": false,
83       "static": false,
84       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
85       "linenr": 181,
86       "html_filename": "Shadow.html",
87       "href": "Shadow.html#Ext-Shadow-method-hide",
88       "shortDoc": "<p>Hides this shadow</p>\n"
89     },
90     {
91       "tagname": "method",
92       "name": "isVisible",
93       "member": "Ext.Shadow",
94       "doc": "<p>Returns true if the shadow is visible, else false</p>\n",
95       "params": [
96
97       ],
98       "return": {
99         "type": "void",
100         "doc": "\n"
101       },
102       "private": false,
103       "static": false,
104       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
105       "linenr": 126,
106       "html_filename": "Shadow.html",
107       "href": "Shadow.html#Ext-Shadow-method-isVisible",
108       "shortDoc": "<p>Returns true if the shadow is visible, else false</p>\n"
109     },
110     {
111       "tagname": "method",
112       "name": "realign",
113       "member": "Ext.Shadow",
114       "doc": "<p>Direct alignment when values are already available. Show must be called at least once before\ncalling this method to ensure it is initialized.</p>\n",
115       "params": [
116         {
117           "type": "Number",
118           "name": "left",
119           "doc": "<p>The target element left position</p>\n",
120           "optional": false
121         },
122         {
123           "type": "Number",
124           "name": "top",
125           "doc": "<p>The target element top position</p>\n",
126           "optional": false
127         },
128         {
129           "type": "Number",
130           "name": "width",
131           "doc": "<p>The target element width</p>\n",
132           "optional": false
133         },
134         {
135           "type": "Number",
136           "name": "height",
137           "doc": "<p>The target element height</p>\n",
138           "optional": false
139         }
140       ],
141       "return": {
142         "type": "void",
143         "doc": "\n"
144       },
145       "private": false,
146       "static": false,
147       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
148       "linenr": 133,
149       "html_filename": "Shadow.html",
150       "href": "Shadow.html#Ext-Shadow-method-realign",
151       "shortDoc": "Direct alignment when values are already available. Show must be called at least once before\ncalling this method to e..."
152     },
153     {
154       "tagname": "method",
155       "name": "setZIndex",
156       "member": "Ext.Shadow",
157       "doc": "<p>Adjust the z-index of this shadow</p>\n",
158       "params": [
159         {
160           "type": "Number",
161           "name": "zindex",
162           "doc": "<p>The new z-index</p>\n",
163           "optional": false
164         }
165       ],
166       "return": {
167         "type": "void",
168         "doc": "\n"
169       },
170       "private": false,
171       "static": false,
172       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
173       "linenr": 192,
174       "html_filename": "Shadow.html",
175       "href": "Shadow.html#Ext-Shadow-method-setZIndex",
176       "shortDoc": "<p>Adjust the z-index of this shadow</p>\n"
177     },
178     {
179       "tagname": "method",
180       "name": "show",
181       "member": "Ext.Shadow",
182       "doc": "<p>Displays the shadow under the target element</p>\n",
183       "params": [
184         {
185           "type": "Mixed",
186           "name": "targetEl",
187           "doc": "<p>The id or element under which the shadow should display</p>\n",
188           "optional": false
189         }
190       ],
191       "return": {
192         "type": "void",
193         "doc": "\n"
194       },
195       "private": false,
196       "static": false,
197       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
198       "linenr": 101,
199       "html_filename": "Shadow.html",
200       "href": "Shadow.html#Ext-Shadow-method-show",
201       "shortDoc": "<p>Displays the shadow under the target element</p>\n"
202     }
203   ],
204   "property": [
205
206   ],
207   "event": [
208
209   ],
210   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js",
211   "linenr": 1,
212   "html_filename": "Shadow.html",
213   "href": "Shadow.html#Ext-Shadow",
214   "cssVar": [
215
216   ],
217   "cssMixin": [
218
219   ],
220   "component": false,
221   "superclasses": [
222
223   ],
224   "subclasses": [
225
226   ],
227   "mixedInto": [
228
229   ],
230   "allMixins": [
231
232   ]
233 });