X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/output/Ext.grid.ColumnLayout.js diff --git a/docs/output/Ext.grid.ColumnLayout.js b/docs/output/Ext.grid.ColumnLayout.js deleted file mode 100644 index 0d1d592e..00000000 --- a/docs/output/Ext.grid.ColumnLayout.js +++ /dev/null @@ -1,266 +0,0 @@ -Ext.data.JsonP.Ext_grid_ColumnLayout({ - "tagname": "class", - "name": "Ext.grid.ColumnLayout", - "doc": "

This class is used only by the grid's HeaderContainer docked child.

\n\n\n\n\n

This class adds the ability to shrink the vertical size of the inner container element back if a grouped\ncolumn header has all its child columns dragged out, and the whole HeaderContainer needs to shrink back down.

\n\n\n\n\n

It also enforces the grid's HeaderContainer's forceFit config by, after every calaculateChildBoxes call, converting\nall pixel widths into flex values, so that propertions are maintained upon width change of the grid.

\n\n\n\n\n

Also, after every layout, after all headers have attained their 'stretchmax' height, it goes through and calls\nsetPadding on the columns so that they lay out correctly. TODO: implement a ColumnHeader component\nlayout which takes responsibility for this, and will run upon resize.

\n\n", - "extends": "Ext.layout.container.HBox", - "mixins": [ - - ], - "alternateClassNames": [ - - ], - "xtype": null, - "author": null, - "docauthor": null, - "singleton": false, - "private": true, - "cfg": [ - { - "tagname": "cfg", - "name": "align", - "member": "Ext.layout.container.HBox", - "type": "String", - "doc": "

Controls how the child items of the container are aligned. Acceptable configuration values for this\nproperty are:

\n\n
\n\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/container/HBox.js", - "linenr": 43, - "html_filename": "HBox.html", - "href": "HBox.html#Ext-layout-container-HBox-cfg-align", - "shortDoc": "Controls how the child items of the container are aligned. Acceptable configuration values for this\nproperty are:\n\n\nt..." - }, - { - "tagname": "cfg", - "name": "animate", - "member": "Ext.layout.container.Box", - "type": "Mixed", - "doc": "

If truthy, child Component are animated into position whenever the Container\nis layed out. If this option is numeric, it is used as the animation duration in milliseconds.

\n\n\n

May be set as a property at any time.

\n\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/container/Box.js", - "linenr": 25, - "html_filename": "Box.html", - "href": "Box.html#Ext-layout-container-Box-cfg-animate", - "shortDoc": "If truthy, child Component are animated into position whenever the Container\nis layed out. If this option is numeric,..." - }, - { - "tagname": "cfg", - "name": "bindToOwnerCtComponent", - "member": "Ext.layout.container.AbstractContainer", - "type": "Boolean", - "doc": "

Flag to notify the ownerCt Component on afterLayout of a change

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/container/AbstractContainer.js", - "linenr": 24, - "html_filename": "AbstractContainer2.html", - "href": "AbstractContainer2.html#Ext-layout-container-AbstractContainer-cfg-bindToOwnerCtComponent" - }, - { - "tagname": "cfg", - "name": "bindToOwnerCtContainer", - "member": "Ext.layout.container.AbstractContainer", - "type": "Boolean", - "doc": "

Flag to notify the ownerCt Container on afterLayout of a change

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/container/AbstractContainer.js", - "linenr": 30, - "html_filename": "AbstractContainer2.html", - "href": "AbstractContainer2.html#Ext-layout-container-AbstractContainer-cfg-bindToOwnerCtContainer" - }, - { - "tagname": "cfg", - "name": "clearInnerCtOnLayout", - "member": "Ext.layout.container.Box", - "type": "Boolean", - "doc": "\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/container/Box.js", - "linenr": 128, - "html_filename": "Box.html", - "href": "Box.html#Ext-layout-container-Box-cfg-clearInnerCtOnLayout" - }, - { - "tagname": "cfg", - "name": "defaultMargins", - "member": "Ext.layout.container.Box", - "type": "Object", - "doc": "

If the individual contained items do not have a margins\nproperty specified or margin specified via CSS, the default margins from this property will be\napplied to each item.

\n\n\n

This property may be specified as an object containing margins\n\n\n

to apply in the format:

\n\n
{\n    top: (top margin),\n    right: (right margin),\n    bottom: (bottom margin),\n    left: (left margin)\n}
\n\n\n

This property may also be specified as a string containing\nspace-separated, numeric margin values. The order of the sides associated\nwith each value matches the way CSS processes margin values:

\n\n\n
\n\n\n

Defaults to:

\n\n\n
{top:0, right:0, bottom:0, left:0}\n
\n\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/container/Box.js", - "linenr": 32, - "html_filename": "Box.html", - "href": "Box.html#Ext-layout-container-Box-cfg-defaultMargins", - "shortDoc": "If the individual contained items do not have a margins\nproperty specified or margin specified via CSS, the default m..." - }, - { - "tagname": "cfg", - "name": "flex", - "member": "Ext.layout.container.Box", - "type": "Number", - "doc": "

This configuration option is to be applied to child items of the container managed\nby this layout. Each child item with a flex property will be flexed horizontally\naccording to each item's relative flex value compared to the sum of all items with\na flex value specified. Any child items that have either a flex = 0 or\nflex = undefined will not be 'flexed' (the initial size will not be changed).

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/container/Box.js", - "linenr": 102, - "html_filename": "Box.html", - "href": "Box.html#Ext-layout-container-Box-cfg-flex", - "shortDoc": "This configuration option is to be applied to child items of the container managed\nby this layout. Each child item wi..." - }, - { - "tagname": "cfg", - "name": "itemCls", - "member": "Ext.layout.container.AbstractContainer", - "type": "String", - "doc": "

An optional extra CSS class that will be added to the container. This can be useful for adding\ncustomized styles to the container or any of its children using standard CSS rules. See\nExt.Component.ctCls also.

\n\n\n

\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/container/AbstractContainer.js", - "linenr": 36, - "html_filename": "AbstractContainer2.html", - "href": "AbstractContainer2.html#Ext-layout-container-AbstractContainer-cfg-itemCls", - "shortDoc": "An optional extra CSS class that will be added to the container. This can be useful for adding\ncustomized styles to t..." - }, - { - "tagname": "cfg", - "name": "pack", - "member": "Ext.layout.container.Box", - "type": "String", - "doc": "

Controls how the child items of the container are packed together. Acceptable configuration values\nfor this property are:

\n\n
\n\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/container/Box.js", - "linenr": 89, - "html_filename": "Box.html", - "href": "Box.html#Ext-layout-container-Box-cfg-pack", - "shortDoc": "Controls how the child items of the container are packed together. Acceptable configuration values\nfor this property ..." - }, - { - "tagname": "cfg", - "name": "padding", - "member": "Ext.layout.container.Box", - "type": "String", - "doc": "

Sets the padding to be applied to all child items managed by this layout.

\n\n\n

This property must be specified as a string containing\nspace-separated, numeric padding values. The order of the sides associated\nwith each value matches the way CSS processes padding values:

\n\n\n
\n\n\n

Defaults to: \"0\"

\n\n", - "private": false, - "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/container/Box.js", - "linenr": 68, - "html_filename": "Box.html", - "href": "Box.html#Ext-layout-container-Box-cfg-padding", - "shortDoc": "Sets the padding to be applied to all child items managed by this layout.\n\n\nThis property must be specified as a stri..." - } - ], - "method": [ - { - "tagname": "method", - "name": "getLayoutItems", - "member": "Ext.layout.container.AbstractContainer", - "doc": "

Returns an array of child components either for a render phase (Performed in the beforeLayout method of the layout's\nbase class), or the layout phase (onLayout).

\n\n", - "params": [ - - ], - "return": { - "type": "Array", - "doc": "

of child components

\n" - }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/container/AbstractContainer.js", - "linenr": 87, - "html_filename": "AbstractContainer2.html", - "href": "AbstractContainer2.html#Ext-layout-container-AbstractContainer-method-getLayoutItems", - "shortDoc": "Returns an array of child components either for a render phase (Performed in the beforeLayout method of the layout's\n..." - }, - { - "tagname": "method", - "name": "getRenderTarget", - "member": "Ext.layout.container.AbstractContainer", - "doc": "

Returns the element into which rendering must take place. Defaults to the owner Container's Ext.AbstractComponent.targetEl.

\n\n\n

May be overridden in 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/container/AbstractContainer.js", - "linenr": 106, - "html_filename": "AbstractContainer2.html", - "href": "AbstractContainer2.html#Ext-layout-container-AbstractContainer-method-getRenderTarget", - "shortDoc": "Returns the element into which rendering must take place. Defaults to the owner Container's Ext.AbstractComponent.tar..." - }, - { - "tagname": "method", - "name": "getTarget", - "member": "Ext.layout.container.AbstractContainer", - "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/container/AbstractContainer.js", - "linenr": 99, - "html_filename": "AbstractContainer2.html", - "href": "AbstractContainer2.html#Ext-layout-container-AbstractContainer-method-getTarget", - "shortDoc": "

Returns the owner component's resize element.

\n" - }, - { - "tagname": "method", - "name": "updateChildBoxes", - "member": "Ext.layout.container.Box", - "doc": "

Resizes and repositions each child component

\n", - "params": [ - { - "type": "Array", - "name": "boxes", - "doc": "

The box measurements

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

Resizes and repositions each child component

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