= Autocomplete feature for 'keywords' field = == Description == Plugin provides autocomplete function for 'keywords' ticket field. Optionally it is possible to restrict list of keywords allowed to input.[[br]] It uses [http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jQuery plugin: Autocomplete] for javascript part. [[br]][[br]] Sample:[[br]][[br]] [[Image(autocomplete.png)]] [[br]] == Bugs/Feature Requests == Existing bugs and feature requests for KeywordSuggestPlugin are [report:9?COMPONENT=KeywordSuggestPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=KeywordSuggestPlugin&owner=scratcher new ticket]. == Download == Download the zipped source from [download:keywordsuggestplugin here]. == Source == You can check out KeywordSuggestPlugin from [http://trac-hacks.org/svn/keywordsuggestplugin here] using Subversion, or [source:keywordsuggestplugin browse the source] with Trac. == Example == == Configuration == Following section must be added to trac.ini configuration file: {{{ [keywordsuggest] tags = tag1,tag2,tag3 mustmatch = True }}} There are two parameters to configure: * '''tags''' - specifies list of comma separated values available for input * '''mustmatch''' [optional] - if specified, 'keywords' field accepts values from the tags list only == Recent Changes == [[ChangeLog(keywordsuggestplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:scratcher] [[BR]] '''Contributors:'''