Autocomplete Input Helper
Version 1.0 added 6 months ago by tokyograph
1.0 Notes
About this Package
This input helper can be used for single PICK fields. It will turn the dropdown select menu into a text input field with the jQuery Autocomplete plugin (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/).
Multi-select PICK fields are not currently supported. The helper uses the option 'matchContains'; you can modify the helper to meet your own specific needs (see the documentation on the Autocomplete options: http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions).
--------------------
INSTRUCTIONS
--------------------
In order to use this helper, make sure to download the Autocomplete plugin at http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ and upload it to your server. In Line 6 of the helper code, set the variable $_autocomplete_script_url to the location of your jquery.autocomplete.js file (you can also use the pack or min version if you want).
Multi-select PICK fields are not currently supported. The helper uses the option 'matchContains'; you can modify the helper to meet your own specific needs (see the documentation on the Autocomplete options: http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions).
--------------------
INSTRUCTIONS
--------------------
In order to use this helper, make sure to download the Autocomplete plugin at http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ and upload it to your server. In Line 6 of the helper code, set the variable $_autocomplete_script_url to the location of your jquery.autocomplete.js file (you can also use the pack or min version if you want).
