This template enables auto completion for input fields.
Calling Syntax is:
- INCLUDE 'generic/autocomlete', [
+ INCLUDE 'generic/autocomplete', [
{ SPEC_1 },
{ SPEC_2 },
...
script : the script that is called for autocompletion, defaults to the invoking script
action : action in the ajax script, defaults to 'ajax_autocomplete'
- selector : a jquery selector, specifying the input field
+ selector : a jquery selector, specifying the input fields
column : specifies the column that is represented by the bound field. typically description or name.
TODO FIELDS: