JavaScript

canAlphabetButtonSearch

Description

Fires when the user tries to perform an Alphabet button search. If the event returns false, the action is cancelled.

To prevent the user from performing an Alphabet button search, the event can return false. For example:

return false;