X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.form.TwinTriggerField.html diff --git a/docs/output/Ext.form.TwinTriggerField.html b/docs/output/Ext.form.TwinTriggerField.html index b4c66bbe..2f4bd690 100644 --- a/docs/output/Ext.form.TwinTriggerField.html +++ b/docs/output/Ext.form.TwinTriggerField.html @@ -1,4 +1,10 @@ -
Observable Component BoxComponent Field TextField TriggerField TwinTriggerField
Package: | Ext.form |
Defined In: | TriggerField.js |
Class: | TwinTriggerField |
Extends: | TriggerField |
Observable + Component + BoxComponent + Field + TextField + TriggerField + TwinTriggerField
Package: | Ext.form |
Defined In: | TriggerField.js |
Class: | TwinTriggerField |
Extends: | TriggerField |
Config Options | Defined By | |
---|---|---|
allowBlank : Boolean Specify false to validate that the value's length is > 0 (defaults to
@@ -756,7 +762,12 @@ Or a shorthand syntax: : void Automatically grows the field to accomodate the width of the text up to the maximum field width allowed.
This only ta... | TextField | |
clearInvalid()
+This only takes effect if grow = true, and fires the autosize event. Parameters:
| TextField | |
bubble( Function fn , [Object scope ], [Array args ] )
+ :
+ Ext.ComponentBubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of... Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of
+function call will be the scope provided or the current component. The arguments to the function
+will be the args provided or the current component. If the function returns false at any point,
+the bubble is stopped. Parameters:
| Component | |
clearInvalid()
:
void Clear any invalid styles/messages for this field Clear any invalid styles/messages for this field Parameters:
| Field | |
cloneConfig( Object overrides )
:
@@ -809,9 +820,11 @@ access the required target more quickly.
:
Ext.ContainerFind a container above this component at any level by a custom function. If the passed function returns
true, the con... Find a container above this component at any level by a custom function. If the passed function returns
-true, the container will be returned. Parameters:
| Component | |
findParentByType( String/Class xtype )
+true, the container will be returned.Parameters:
| Component | |
findParentByType( String/Ext.Component/Class xtype , [Boolean shallow ] )
:
- Ext.ContainerFind a container above this component at any level by xtype or class Find a container above this component at any level by xtype or class Parameters:
| Component | |
fireEvent( String eventName , Object... args )
+ Ext.ContainerFind a container above this component at any level by xtype or class Find a container above this component at any level by xtype or class Parameters:
| Component | |
fireEvent( String eventName , Object... args )
:
BooleanFires the specified event with the passed parameters (minus the event name).
An event may be set to bubble up an Obse... Fires the specified event with the passed parameters (minus the event name). @@ -976,7 +989,7 @@ of the field. Note: disab...Returns whether or not the f
validating the processed value
of the field. Note: disabled fields are ignored. Parameters:
| Field | |
isVisible()
:
- Boolean Returns true if this component is visible. Returns true if this component is visible. Parameters:
| Component | |
isXType( String xtype , [Boolean shallow ] )
+ BooleanReturns true if this component is visible. Returns true if this component is visible. Parameters:
| Component | |
isXType( String/Ext.Component/Class xtype , [Boolean shallow ] )
:
BooleanTests whether or not this Component is of a specific xtype. This can test whether this Component is descended
from th... Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended @@ -988,7 +1001,11 @@ to participate in determination of inherited xtypes.
Parameters:
| Component | |
markInvalid( [String msg ] )
:
voidDisplay an error message associated with this field, using msgTarget to determine how to
@@ -1100,17 +1117,19 @@ use markInvalid instead, which calls this method internally Convenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| Component | |
setEditable( Boolean value )
:
- voidParameters:
| TriggerField | |
setHeight( Mixed height )
+is the runtime equivalent of setting the editable config option at config time.Parameters:
| TriggerField | |
setHeight( Mixed height )
:
Ext.BoxComponentSets the height of the component. This method fires the resize event. Sets the height of the component. This method fires the resize event. Parameters:
| BoxComponent | |
setPagePosition( Number x , Number y )
+Returns:
| BoxComponent | |
setHideTrigger( Boolean hideTrigger )
+ :
+ voidChanges the hidden status of the trigger. Changes the hidden status of the trigger. Parameters:
| TriggerField | |
setPagePosition( Number x , Number y )
:
Ext.BoxComponentSets the page XY position of the component. To set the left and top instead, use setPosition.
This method fires the ... Sets the page XY position of the component. To set the left and top instead, use setPosition.
@@ -1122,11 +1141,11 @@ This method fires the Sets the underlying DOM field's value directly, bypassing validation. To set the value with validation see setValue. Sets the underlying DOM field's value directly, bypassing validation. To set the value with validation see setValue. Parameters:
| Field | |
setReadOnly( Boolean value )
:
- voidParameters:
| TriggerField | |
setSize( Mixed width , Mixed height )
+ voidSetting this to true will supersede settings editable and hideTrigger.
+Setting this to false will defer back to edita... Setting this to true will supersede settings editable and hideTrigger.
+Setting this to false will defer back to editable and hideTrigger. This method
+is the runtime equivalent of setting the readOnly config option at config time. Parameters:
| TriggerField | |
setSize( Mixed width , Mixed height )
:
Ext.BoxComponentSets the width and height of this BoxComponent. This method fires the resize event. This method can accept
either wid... Sets the width and height of this BoxComponent. This method fires the resize event. This method can accept
|