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

Layout class for Ext.form.field.Trigger fields. Adjusts the input field size to accommodate\nthe trigger button(s).

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

Destroy the error tip instance.

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 380, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-method-destroyTip", + "shortDoc": "

Destroy the error tip instance.

\n" + }, + { + "tagname": "method", + "name": "getErrorStrategy", + "member": "Ext.layout.component.field.Field", + "doc": "

Return the set of strategy functions from the errorStrategies collection\nthat is appropriate for the field's msgTarget config.

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 144, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-method-getErrorStrategy", + "shortDoc": "Return the set of strategy functions from the errorStrategies collection\nthat is appropriate for the field's msgTarge..." + }, + { + "tagname": "method", + "name": "getLabelStrategy", + "member": "Ext.layout.component.field.Field", + "doc": "

Return the set of strategy functions from the labelStrategies collection\nthat is appropriate for the field's labelAlign config.

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 133, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-method-getLabelStrategy", + "shortDoc": "Return the set of strategy functions from the labelStrategies collection\nthat is appropriate for the field's labelAli..." + }, + { + "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": "initTip", + "member": "Ext.layout.component.field.Field", + "doc": "

Use a custom QuickTip instance separate from the main QuickTips singleton, so that we\ncan give it a custom frame style. Responds to errorqtip rather than the qtip property.

\n", + "params": [ + + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 365, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-method-initTip", + "shortDoc": "Use a custom QuickTip instance separate from the main QuickTips singleton, so that we\ncan give it a custom frame styl..." + }, + { + "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" + }, + { + "tagname": "method", + "name": "sizeBody", + "member": "Ext.layout.component.field.Field", + "doc": "

Perform sizing and alignment of the bodyEl (and children) to match the calculated insets.

\n", + "params": [ + { + "type": "Object", + "name": "info", + "doc": "\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 105, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-method-sizeBody", + "shortDoc": "

Perform sizing and alignment of the bodyEl (and children) to match the calculated insets.

\n" + } + ], + "property": [ + { + "tagname": "property", + "name": "elementId", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Error message displayed as content of an element with a given id elsewhere in the app

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 348, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-elementId" + }, + { + "tagname": "property", + "name": "errorStrategies", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Collection of named strategies for laying out and adjusting insets to accommodate error messages.\nAn appropriate one will be chosen based on the owner field's Ext.form.field.Field.msgTarget config.

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 240, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-errorStrategies", + "shortDoc": "Collection of named strategies for laying out and adjusting insets to accommodate error messages.\nAn appropriate one ..." + }, + { + "tagname": "property", + "name": "labelStrategies", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Collection of named strategies for laying out and adjusting labels to accommodate error messages.\nAn appropriate one will be chosen based on the owner field's Ext.form.field.Field.labelAlign config.

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 160, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-labelStrategies", + "shortDoc": "Collection of named strategies for laying out and adjusting labels to accommodate error messages.\nAn appropriate one ..." + }, + { + "tagname": "property", + "name": "left", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Label displayed to the left of the bodyEl

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 226, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-left" + }, + { + "tagname": "property", + "name": "qtip", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Error displayed as QuickTip on hover of the field container

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 327, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-qtip" + }, + { + "tagname": "property", + "name": "right", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Same as left, only difference is text-align in CSS

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 231, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-right" + }, + { + "tagname": "property", + "name": "side", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Error displayed as icon (with QuickTip on hover) to right of the bodyEl

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 273, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-side" + }, + { + "tagname": "property", + "name": "sizeBodyContents", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Size the contents of the field body, given the full dimensions of the bodyEl. Does nothing by\ndefault, subclasses can override to handle their specific contents.

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 124, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-sizeBodyContents", + "shortDoc": "Size the contents of the field body, given the full dimensions of the bodyEl. Does nothing by\ndefault, subclasses can..." + }, + { + "tagname": "property", + "name": "title", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Error displayed as title tip on hover of the field container

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 338, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-title" + }, + { + "tagname": "property", + "name": "top", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Label displayed above the bodyEl

\n", + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/field/Field.js", + "linenr": 213, + "html_filename": "Field2.html", + "href": "Field2.html#Ext-layout-component-field-Field-property-top" + }, + { + "tagname": "property", + "name": "under", + "member": "Ext.layout.component.field.Field", + "type": "Object", + "doc": "

Error message displayed underneath the bodyEl

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