Bug Tracker

Changeset 4109

Show
Ignore:
Timestamp:
12/11/07 21:27:54 (1 year ago)
Author:
joern.zaefferer
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/autocomplete/jquery.autocomplete.js

    r4107 r4109  
    7575 * @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  
    7676 * @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 feature 
     77 * @option Boolean scroll Whether to scroll when more results then configured via scrollHeight are available. Default: true  
    7878 * @option Number scrollHeight height of scrolled autocomplete control in pixels 
    7979 * @option String attachTo The element to attach the autocomplete list to. Useful if used inside a modal window like Thickbox. Default: body -MM