From 6b6781c54c08eea2036dab37f6b22773a8180d2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 9 Dec 2009 11:39:40 +0100 Subject: [PATCH] Typo --- templates/webpages/generic/autocomplete.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/generic/autocomplete.html b/templates/webpages/generic/autocomplete.html index 6b9681f14..8ac18631b 100644 --- a/templates/webpages/generic/autocomplete.html +++ b/templates/webpages/generic/autocomplete.html @@ -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: -- 2.20.1