Class Index | File Index

Classes


Built-In Namespace _global_

Field Summary
Field Attributes Field Name and Description
 
Ext
Method Summary
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.
 
Update self.
Field Detail
Ext

Defined in: ACTreePanelExtensions.js.
Method Detail
afterRender()
After render.
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.
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.
Returns:
void

initEvents()
Initializes events.
Defined in: ACFormFieldExtensions.js.
Returns:
void

initTrigger()
Initializes the trigger.
Defined in: ACFormFieldExtensions.js.
Returns:
void

onRender(ct, position)
On render.
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.
Returns:
void

updateSelf(msg)
Update self.
Defined in: ACFormFieldExtensions.js.
Parameters:
msg
Returns:
void

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:06 GMT-0500 (CDT)