Class AC.form.AutoSubmitMultiSelectCombo
Extends
Ext.ux.form.LovCombo.
Auto-submit multi-select combo field.
Defined in: ACFormFieldExtensions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
- Fields borrowed from class Ext.ux.form.LovCombo:
- checkField, separator
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.form.AutoSubmitMultiSelectCombo.onHelpTriggerClick(e)
The function that should handle the trigger's click event.
|
- Methods borrowed from class Ext.ux.form.LovCombo:
- clearValue, constructor, deselectAll, selectAll, setValue
Method Detail
<static>
AC.form.AutoSubmitMultiSelectCombo.onHelpTriggerClick(e)
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.
- Parameters:
- {EventObject} e