Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 21 Sep 2018 14:28:45 -0000 1.21 +++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 3 Sep 2024 15:37:35 -0000 1.22 @@ -311,7 +311,8 @@ @param script string to enclose in javascript tags. } { - set tag "" return $tag @@ -458,7 +459,7 @@ {-options ""} } { Returns javascript that calls the prototype javascript library's ajax request (Ajax.Request) object. - The Ajax.Request object will only perform an xmlhttp request to a url. + The Ajax.Request object will only perform an xmlhttp request to a URL. If you prefer to perform an xmlhttp request and then update the contents of a < div >, look at ah::ajaxupdate. Parameters and options are case sensitive, refer to scriptaculous documentation. http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request @@ -932,7 +933,7 @@ @param array_list a list of lists which will be constructed as the javascript array. this takes priority over sql_query parameter. - @param sql_query sql query to pass to db_list_of_lists to generate + @param sql_query SQL query to pass to db_list_of_lists to generate the array } {