Index: openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl,v diff -u -N -r1.14.2.1 -r1.14.2.2 --- openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 14 Feb 2019 16:15:01 -0000 1.14.2.1 +++ openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 12 Apr 2019 21:25:45 -0000 1.14.2.2 @@ -681,7 +681,7 @@ @param varname The javascript variable to represent the autocomplete object. @param suggestlist A list or a list of lists with the values that will act as the datasource for the autocomplete object. - @param id The html id of that the autosuggest component will use to present suggestions. IMPORTANT : The html element with this id should already be in the adp page. e.g if id is oAutoContainer then your html document should already have "
" in it + @param id The html id of that the autosuggest component will use to present suggestions. IMPORTANT : The html element with this id should already be in the adp page. e.g. if id is oAutoContainer then your HTML document should already have "
" in it @param inputid The id of the input text box that the user will type in @param options Additional options that you want to pass to the javascript object constructor