Class
caplin.presenter.control.selectionfield

JQueryAutoCompleteControlAdapter

The class has been deprecated and may be removed in future releases.
Provides an input box that supports auto complete when used in conjunction with a caplin.presenter.node.AutoCompleteSelectionField. Use jquery-autocomplete-box as the control attribute.

Options: openOnFocus - Show the auto complete selection on input focus (true|false). Defaults to false. appendTo - Specify the jquery selector of the element that the menu should be appended to.

Constructor Summary

Attributes Name and Description
caplin.presenter.control.selectionfield.JQueryAutoCompleteControlAdapter()

Methods inherited from class caplin.presenter.control.ControlAdaptor:
destroy, getElement, onViewReady, setElement, setOptions, setPresentationNode
Methods inherited from class caplin.presenter.property.PropertyListener:
onPropertyChanged, onPropertyUpdated, onValidationComplete, onValidationError, onValidationSuccess

Constructor Detail

caplin.presenter.control.selectionfield.JQueryAutoCompleteControlAdapter()

Deprecated
This class has been deprecated. Please use caplin.presenter.control.selectionfield.JQueryAutoCompleteControl instead.
See
caplin.presenter.node.AutoCompleteSelectionField