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

A mixin for Ext.container.Container components that are likely to have form fields in their\nitems subtree. Adds the following capabilities:

\n\n\n\n\n

This mixin is primarily for internal use by Ext.form.Panel and Ext.form.FieldContainer,\nand should not normally need to be used directly.

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": "Jason Johnston ", + "singleton": false, + "private": false, + "cfg": [ + { + "tagname": "cfg", + "name": "fieldDefaults", + "member": "Ext.form.FieldAncestor", + "type": "Object", + "doc": "

If specified, the properties in this object are used as default config values for each\nExt.form.Labelable instance (e.g. Ext.form.field.Base or Ext.form.FieldContainer)\nthat is added as a descendant of this container. Corresponding values specified in an individual field's\nown configuration, or from the defaults config of its parent container,\nwill take precedence. See the documentation for Ext.form.Labelable to see what config\noptions may be specified in the fieldDefaults.

\n\n\n

Example:

\n\n\n
new Ext.form.Panel({\n    fieldDefaults: {\n        labelAlign: 'left',\n        labelWidth: 100\n    },\n    items: [{\n        xtype: 'fieldset',\n        defaults: {\n            labelAlign: 'top'\n        },\n        items: [{\n            name: 'field1'\n        }, {\n            name: 'field2'\n        }]\n    }, {\n        xtype: 'fieldset',\n        items: [{\n            name: 'field3',\n            labelWidth: 150\n        }, {\n            name: 'field4'\n        }]\n    }]\n});
\n\n\n

In this example, field1 and field2 will get labelAlign:'top' (from the fieldset's defaults)\nand labelWidth:100 (from fieldDefaults), field3 and field4 will both get labelAlign:'left' (from\nfieldDefaults and field3 will use the labelWidth:150 from its own config.

\n\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/FieldAncestor.js", + "linenr": 22, + "html_filename": "FieldAncestor.html", + "href": "FieldAncestor.html#Ext-form-FieldAncestor-cfg-fieldDefaults", + "shortDoc": "If specified, the properties in this object are used as default config values for each\nExt.form.Labelable instance (e..." + } + ], + "method": [ + + ], + "property": [ + + ], + "event": [ + { + "tagname": "event", + "name": "fielderrorchange", + "member": "Ext.form.FieldAncestor", + "doc": "

Fires when the active error message is changed for any one of the Ext.form.Labelable\ninstances within this container.

\n", + "params": [ + { + "type": "Ext.form.FieldAncestor", + "name": "this", + "doc": "\n", + "optional": false + }, + { + "type": "Ext.form.Labelable", + "name": "The", + "doc": "

Labelable instance whose active error was changed

\n", + "optional": false + }, + { + "type": "String", + "name": "error", + "doc": "

The active error message

\n", + "optional": false + } + ], + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/form/FieldAncestor.js", + "linenr": 81, + "html_filename": "FieldAncestor.html", + "href": "FieldAncestor.html#Ext-form-FieldAncestor-event-fielderrorchange", + "shortDoc": "

Fires when the active error message is changed for any one of the Ext.form.Labelable\ninstances within this container.

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