Changes between Version 32 and Version 33 of KeywordSuggestPlugin


Ignore:
Timestamp:
Dec 12, 2011, 1:41:22 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Link to example code from which this plugin's code was derived.

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v32 v33  
    44== Description ==
    55
    6 The !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 plugin requires a  !JavaScript enabled browser.
     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.
     7
     8The plugin requires a !JavaScript enabled browser. The !JavaScript portion was derived from the jQuery UI [http://jqueryui.com/demos/autocomplete autocomplete example].
    79
    810See also LoomingCloudsPlugin.