Type:
Define if you need apply the autocomplete to a Textbox or to a ComboBox.
Control name:
The form control to apply the autocomplete
Recordset:
Available only for Textbox and define the recordset where get the list of options for the automplete
Text field:
Available only for Textbox and define the recordset field to populate the options list
Autofocus
If set to true the first item will automatically be focused when the menu is shown.
Available only for Textbox
Delay:
The delay in milliseconds between when a keystroke occurs and when a search is performed.
Available only for Textbox
Min length:
The minimum number of characters a user must type before a search is performed.
Available only for Textbox
Events:
A list of client side events you can trigger. Insert only the name of your Javascript function, the extension will send the 'event' and the 'ui' as parameters.
Available only for Textbox