Changes between Version 24 and Version 25 of KeywordSuggestPlugin


Ignore:
Timestamp:
Dec 4, 2011, 4:52:59 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Refs #5831.

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v24 v25  
    44== Description ==
    55
    6 The !KeywordsSuggestPlugin provides an autocomplete function for the '''keywords''' ticket field. Optionally, it is possible to restrict the list of allowed keywords. The !KeywordSuggestPlugin uses the [http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jQuery plugin: Autocomplete] for the javascript part.
     6The !KeywordsSuggestPlugin provides an autocomplete function for the '''keywords''' ticket field or any other text-based ticket field. Optionally, it is possible to restrict the list of allowed keywords. The !KeywordSuggestPlugin uses the [http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jQuery plugin: Autocomplete] for the javascript part.
    77
    88See also LoomingCloudsPlugin.
     
    3232{{{
    3333[keywordsuggest]
     34field = keywords
    3435keywords = tag1,tag2,tag3
    3536mustmatch = False
     
    4041}}}
    4142There are two parameters to configure:
     43 * '''field''' - field to which the suggestion will be attached (default: keywords)
    4244 * '''keywords''' - specifies list of comma separated values available for input
    4345 * '''mustmatch''' - optional, if specified, 'keywords' field accepts values from the '''keywords''' list only