Typo
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 9 Dec 2009 10:39:40 +0000 (11:39 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 9 Dec 2009 10:39:50 +0000 (11:39 +0100)
templates/webpages/generic/autocomplete.html

index 6b9681f..8ac1863 100644 (file)
@@ -4,7 +4,7 @@
   This template enables auto completion for input fields.
   Calling Syntax is:
 
-    INCLUDE 'generic/autocomlete', [
+    INCLUDE 'generic/autocomplete', [
       { SPEC_1 },
       { SPEC_2 },
       ...
@@ -14,7 +14,7 @@
 
    script   : the script that is called for autocompletion, defaults to the invoking script
    action   : action in the ajax script, defaults to 'ajax_autocomplete'
-   selector : a jquery selector, specifying the input field
+   selector : a jquery selector, specifying the input fields
    column   : specifies the column that is represented by the bound field. typically description or name.
 
   TODO FIELDS: