Built-In Namespace _global_
Field Attributes | Field Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
After render.
|
|
contains(o, from)
Checks whether or not the specified object exists in the array.
|
|
Handles browser resize events.
|
|
Initializes events.
|
|
Initializes the trigger.
|
|
onRender(ct, position)
On render.
|
|
The function that should handle the trigger's click event.
|
|
updateSelf(msg)
Update self.
|
Field Detail
Ext
Defined in: ACTreePanelExtensions.js.
Method Detail
afterRender()
After render.
Defined in: ACFormFieldExtensions.js.
Defined in: ACFormFieldExtensions.js.
- Returns:
- void
{Boolean}
contains(o, from)
Checks whether or not the specified object exists in the array.
Defined in: extExtensions.js.
Defined in: extExtensions.js.
- Parameters:
- {Object} o
- The object to check for
- {Number} from
- (Optional) The index at which to begin the search
- Returns:
- {Boolean} true if o is in the array, false if it is not found)
fireResize()
Handles browser resize events.
Defined in: PssUtility.js.
Defined in: PssUtility.js.
- Returns:
- void
initEvents()
Initializes events.
Defined in: ACFormFieldExtensions.js.
Defined in: ACFormFieldExtensions.js.
- Returns:
- void
initTrigger()
Initializes the trigger.
Defined in: ACFormFieldExtensions.js.
Defined in: ACFormFieldExtensions.js.
- Returns:
- void
onRender(ct, position)
On render.
Defined in: ACFormFieldExtensions.js.
Defined in: ACFormFieldExtensions.js.
- Parameters:
- ct
- the component
- position
- the position
- Returns:
- void
onTriggerClick()
The function that should handle the trigger's click event. This method does nothing by default
until overridden by an implementing function. See Ext.form.ComboBox and Ext.form.DateField for
sample implementations.
Defined in: ACFormFieldExtensions.js.
Defined in: ACFormFieldExtensions.js.
- Returns:
- void
updateSelf(msg)
Update self.
Defined in: ACFormFieldExtensions.js.
Defined in: ACFormFieldExtensions.js.
- Parameters:
- msg
- Returns:
- void