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

Component layout for components which maintain an inner body element which must be resized to synchronize with the\nComponent size.

\n", + "extends": "Ext.layout.component.Component", + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": true, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "getRenderTarget", + "member": "Ext.layout.component.Component", + "doc": "

Returns the element into which rendering must take place. Defaults to the owner Component's encapsulating element.

\n\n\n

May be overridden in Component layout managers which implement an inner element.

\n", + "params": [ + + ], + "return": { + "type": "Ext.core.Element", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js", + "linenr": 129, + "html_filename": "Component5.html", + "href": "Component5.html#Ext-layout-component-Component-method-getRenderTarget", + "shortDoc": "Returns the element into which rendering must take place. Defaults to the owner Component's encapsulating element.\n\n\n..." + }, + { + "tagname": "method", + "name": "getTarget", + "member": "Ext.layout.component.Component", + "doc": "

Returns the owner component's resize element.

\n", + "params": [ + + ], + "return": { + "type": "Ext.core.Element", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js", + "linenr": 121, + "html_filename": "Component5.html", + "href": "Component5.html#Ext-layout-component-Component-method-getTarget", + "shortDoc": "

Returns the owner component's resize element.

\n" + }, + { + "tagname": "method", + "name": "needsLayout", + "member": "Ext.layout.component.Component", + "doc": "

Check if the new size is different from the current size and only\ntrigger a layout if it is necessary.

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

The new width to set.

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

The new height to set.

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js", + "linenr": 90, + "html_filename": "Component5.html", + "href": "Component5.html#Ext-layout-component-Component-method-needsLayout", + "shortDoc": "

Check if the new size is different from the current size and only\ntrigger a layout if it is necessary.

\n" + }, + { + "tagname": "method", + "name": "setElementSize", + "member": "Ext.layout.component.Component", + "doc": "

Set the size of any element supporting undefined, null, and values.

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

The new width to set.

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

The new height to set.

\n", + "optional": false + }, + { + "type": "Object", + "name": "height", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js", + "linenr": 104, + "html_filename": "Component5.html", + "href": "Component5.html#Ext-layout-component-Component-method-setElementSize", + "shortDoc": "

Set the size of any element supporting undefined, null, and values.

\n" + }, + { + "tagname": "method", + "name": "setTargetSize", + "member": "Ext.layout.component.Component", + "doc": "

Set the size of the target element.

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

The new width to set.

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

The new height to set.

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js", + "linenr": 138, + "html_filename": "Component5.html", + "href": "Component5.html#Ext-layout-component-Component-method-setTargetSize", + "shortDoc": "

Set the size of the target element.

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