Changeset 4109
- Timestamp:
- 12/11/07 21:27:54 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/autocomplete/jquery.autocomplete.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/autocomplete/jquery.autocomplete.js
r4107 r4109 75 75 * @option Boolean|Function highlight Whether and how to highlight matches in the select box. Set to false to disable. Set to a function to customize. The function gets the value as the first argument and the search term as the second and must return the formatted value. Default: Wraps the search term in a <strong> element 76 76 * @option Boolean|String moreItems Whether or not to show the "more items" text if there are more items than are currently be displayed. Set to false to disable. Set to a string to customize the html. Default: Displays "more", surrounded with three arrows. 77 * @option Boolean scroll Whether or not use experimental scroll feature77 * @option Boolean scroll Whether to scroll when more results then configured via scrollHeight are available. Default: true 78 78 * @option Number scrollHeight height of scrolled autocomplete control in pixels 79 79 * @option String attachTo The element to attach the autocomplete list to. Useful if used inside a modal window like Thickbox. Default: body -MM
