Changes between Version 5 and Version 6 of KeywordSuggestPlugin


Ignore:
Timestamp:
Sep 23, 2008, 7:36:28 AM (16 years ago)
Author:
scratcher
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v5 v6  
    33== Description ==
    44
    5 Plugin provides autocomplete function for 'keywords' ticket field. Optionally it is possible to restrict list of keywords allowed to input.[[br]]
    6 It uses [http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jQuery plugin: Autocomplete] for javascript part.
     5Plugin provides autocomplete function for 'keywords' ticket field. Optionally it is possible to restrict list of keywords allowed to input. !KeywordSuggestPlugin uses [http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jQuery plugin: Autocomplete] for javascript part.
    76
    87== Bugs/Feature Requests ==
     
    3635There are two parameters to configure:
    3736 * '''keywords''' - specifies list of comma separated values available for input
    38  * '''mustmatch''' [optional] - if specified, 'keywords' field accepts values from the keywords list only
     37 * '''mustmatch''' - optional, if specified, 'keywords' field accepts values from the '''keywords''' list only
    3938
    4039== Recent Changes ==