X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.Shadow.js diff --git a/docs/output/Ext.Shadow.js b/docs/output/Ext.Shadow.js new file mode 100644 index 00000000..c2b51648 --- /dev/null +++ b/docs/output/Ext.Shadow.js @@ -0,0 +1,233 @@ +Ext.data.JsonP.Ext_Shadow({ + "tagname": "class", + "name": "Ext.Shadow", + "doc": "

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 Ext.Layer class.

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + { + "tagname": "cfg", + "name": "mode", + "member": "Ext.Shadow", + "type": "String", + "doc": "

The shadow display mode. Supports the following options:

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 84, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-cfg-mode", + "shortDoc": "The shadow display mode. Supports the following options:\nsides : Shadow displays on both sides and bottom only\nframe..." + }, + { + "tagname": "cfg", + "name": "offset", + "member": "Ext.Shadow", + "type": "String", + "doc": "

The number of pixels to offset the shadow from the element (defaults to 4)

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 92, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-cfg-offset" + } + ], + "method": [ + { + "tagname": "method", + "name": "Shadow", + "member": "Ext.Shadow", + "doc": "

Create a new Shadow

\n", + "params": [ + { + "type": "Object", + "name": "config", + "doc": "

The config object

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 1, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-method-constructor", + "shortDoc": "

Create a new Shadow

\n" + }, + { + "tagname": "method", + "name": "hide", + "member": "Ext.Shadow", + "doc": "

Hides this shadow

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 181, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-method-hide", + "shortDoc": "

Hides this shadow

\n" + }, + { + "tagname": "method", + "name": "isVisible", + "member": "Ext.Shadow", + "doc": "

Returns true if the shadow is visible, else false

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 126, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-method-isVisible", + "shortDoc": "

Returns true if the shadow is visible, else false

\n" + }, + { + "tagname": "method", + "name": "realign", + "member": "Ext.Shadow", + "doc": "

Direct alignment when values are already available. Show must be called at least once before\ncalling this method to ensure it is initialized.

\n", + "params": [ + { + "type": "Number", + "name": "left", + "doc": "

The target element left position

\n", + "optional": false + }, + { + "type": "Number", + "name": "top", + "doc": "

The target element top position

\n", + "optional": false + }, + { + "type": "Number", + "name": "width", + "doc": "

The target element width

\n", + "optional": false + }, + { + "type": "Number", + "name": "height", + "doc": "

The target element height

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 133, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-method-realign", + "shortDoc": "Direct alignment when values are already available. Show must be called at least once before\ncalling this method to e..." + }, + { + "tagname": "method", + "name": "setZIndex", + "member": "Ext.Shadow", + "doc": "

Adjust the z-index of this shadow

\n", + "params": [ + { + "type": "Number", + "name": "zindex", + "doc": "

The new z-index

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 192, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-method-setZIndex", + "shortDoc": "

Adjust the z-index of this shadow

\n" + }, + { + "tagname": "method", + "name": "show", + "member": "Ext.Shadow", + "doc": "

Displays the shadow under the target element

\n", + "params": [ + { + "type": "Mixed", + "name": "targetEl", + "doc": "

The id or element under which the shadow should display

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 101, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow-method-show", + "shortDoc": "

Displays the shadow under the target element

\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/Shadow.js", + "linenr": 1, + "html_filename": "Shadow.html", + "href": "Shadow.html#Ext-Shadow", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file