Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6b6781c5

Von Sven Schöling vor fast 15 Jahren hinzugefügt

  • ID 6b6781c54c08eea2036dab37f6b22773a8180d2f
  • Vorgänger 0b0a6aad
  • Nachfolger 6b8306ba

Typo

Unterschiede anzeigen:

templates/webpages/generic/autocomplete.html
4 4
  This template enables auto completion for input fields.
5 5
  Calling Syntax is:
6 6

  
7
    INCLUDE 'generic/autocomlete', [
7
    INCLUDE 'generic/autocomplete', [
8 8
      { SPEC_1 },
9 9
      { SPEC_2 },
10 10
      ...
......
14 14

  
15 15
   script   : the script that is called for autocompletion, defaults to the invoking script
16 16
   action   : action in the ajax script, defaults to 'ajax_autocomplete'
17
   selector : a jquery selector, specifying the input field
17
   selector : a jquery selector, specifying the input fields
18 18
   column   : specifies the column that is represented by the bound field. typically description or name.
19 19

  
20 20
  TODO FIELDS:

Auch abrufbar als: Unified diff