Changes between Version 44 and Version 45 of KeywordSuggestPlugin


Ignore:
Timestamp:
Jan 30, 2016, 6:41:04 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v44 v45  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Autocomplete feature for the ''keywords'' field
     3= Autocomplete feature for the ''Keywords'' field
    44
    55== Description
    66
    7 This plugin 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.
     7This plugin 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.
    88
    99The plugin requires a !JavaScript enabled browser. The !JavaScript portion was derived from the jQuery UI [http://jqueryui.com/demos/autocomplete#multiple autocomplete example].
     
    1818= Development News
    1919
    20 Version 0.5dev of this plugin is now available. The 0.11 branch is undergoing frequent change. If you want to test out the latest version, report back how it is working and possibly do some debugging, then the latest version is for you. Otherwise, r11004 should be fairly stable.
     20Version 0.5dev of this plugin is now available. If you want to test out the latest version, report back how it is working and possibly do some debugging, then the latest version is for you. Otherwise, r11004 should be fairly stable.
    2121
    2222Recent changes are:
     
    7474
    7575There are the following parameters to configure:
    76  * '''field''' - field to which the suggestion will be attached (default: keywords)
    77  * '''keywords''' - specifies list of comma separated values available for input
    78  * '''mustmatch''' - optional, if specified, 'keywords' field accepts values from the '''keywords''' list only
    79  * '''helppage''' - optional, if specified, 'keywords' label will be turned into the link to a resource. This could be a wiki page, or any resource in any realm, such as the tags page (`helppage = tags`).
    80  * '''helppage.newwindow''' - optional, whether wiki page is opened in a new window or not
    81  * '''matchcontains''' - optional, whether keywords which matched not from the beginning must be included into list
    82  * '''multipleseparator''' - which character(s) is used as separator between keywords. Must be enclosed with quotas or other characters. If not specified, then ', ' is used.
     76 * '''field''' - field to which the suggestion will be attached (default: keywords).
     77 * '''keywords''' - specifies list of comma separated values available for input.
     78 * '''mustmatch''' - 'keywords' field accepts values from the '''keywords''' list only, optional.
     79 * '''helppage''' - 'keywords' label will be turned into the link to a resource; this could be a wiki page, or any resource in any realm, such as the tags page (`helppage = tags`), optional.
     80 * '''helppage.newwindow''' - whether wiki page is opened in a new window or not, optional.
     81 * '''matchcontains''' - whether keywords which matched not from the beginning must be included into list, optional.
     82 * '''multipleseparator''' - the character(s) to use as separator between keywords. Must be enclosed with quotas or other characters. If not specified, then ', ' is used.
    8383
    8484== Example
    8585
     86The '''Keywords''' field expands upon receiving focus:
     87
    8688[[Image(autocomplete.png)]]
    8789
    88 The '''Keywords''' Label can be the link to a wiki page.
     90The '''Keywords''' label can be the link to a wiki page.
    8991
    9092[[Image(keywords.png)]]