Class QAutocomplete_ResponseEvent
Triggered after a search completes, before the menu is shown. Useful for local manipulation of suggestion data, where a custom source option callback is not required. This event is always triggered when a search completes, even if the menu will not be shown because there are no results or the Autocomplete is disabled.
- event Type: Event
- ui Type: Object
- content Type: Array Contains the response data and can be modified to change the results that will be shown. This data is already normalized, so if you modify the data, make sure to include both value and label properties for each item.
- QBaseClass
- QEvent
- QJqUiEvent
- QAutocomplete_ResponseEvent
__construct(),
__get()
|
OverrideAttributes(),
__call(),
__set()
|
string |
EventName
|
#
'autocompleteresponse'
|
$intDelay,
$strCondition,
$strSelector
|
$Condition,
$Delay,
$EventName,
$JsReturnParam,
$Selector
|