1: <?php
2: /**
3: * Override file for QAutocomplete. Put your autocomplete customizations here.
4: *
5: * Put your customizations of the standard behavior here.
6: * @package Controls
7: * @filesource
8: */
9:
10: /**
11: * This class only extends QAutocompleteBase which implements the actual functionality.
12: *
13: * It will create textbox with autocomplete functionality
14: * @package Controls
15: */
16: class QAutocomplete extends QAutocompleteBase {
17: }