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 -r1.18 -r1.19 --- openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 21 Sep 2018 14:23:01 -0000 1.18 +++ openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 3 Sep 2024 15:37:35 -0000 1.19 @@ -80,7 +80,7 @@ ad_proc -private ah::yui::is_js_sources_loaded { -js_source } { - This proc will loop thru the global source_list + This proc will loop through the global source_list and check for the presence of the given js_source. If found, this proc will return 1 If not found, this proc will return 0 @@ -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