Index: openacs-4/packages/ajaxhelper/tcl/ajax-dojo-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-dojo-procs.tcl,v diff -u -r1.3 -r1.3.4.1 --- openacs-4/packages/ajaxhelper/tcl/ajax-dojo-procs.tcl 8 Sep 2007 14:21:22 -0000 1.3 +++ openacs-4/packages/ajaxhelper/tcl/ajax-dojo-procs.tcl 22 Apr 2017 18:41:06 -0000 1.3.4.1 @@ -12,7 +12,7 @@ ad_proc -private ah::dojo::load_js_sources { -source_list } { - Accepts a tcl list of sources to load. + Accepts a Tcl list of sources to load. This source_list will be the global ajax_helper_dojo_js_sources variable. This script is called in the blank-master template. Index: openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl 27 Oct 2014 16:40:53 -0000 1.2 +++ openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl 22 Apr 2017 18:41:06 -0000 1.2.2.1 @@ -65,7 +65,7 @@ @creation-date 2007-09-07 @param url The url that the javascript will post to - @param params A tcl list of parameters to pass to the url + @param params A Tcl list of parameters to pass to the url @param success A javascript function to be executed when the url is successfully accessed @param failure A javascript function to execute if transaction failed. @@ -97,7 +97,7 @@ @author Hamilton Chua (ham@solutiongrove.com) @creation-date 2007-09-07 - @param options A tcl list of options, see above for more info on how to structure and pass options to this proc. + @param options A Tcl list of options, see above for more info on how to structure and pass options to this proc. } { Index: openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl 27 Oct 2014 16:40:53 -0000 1.3 +++ openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl 22 Apr 2017 18:41:06 -0000 1.3.2.1 @@ -170,7 +170,7 @@ @param list_name template::list list name @param allowed_elements List of element names that may appear in add column dropdown - @parma add_url_var Name of URL variable to use to add the choosen column + @parma add_url_var Name of URL variable to use to add the chosen column @param -hidden_elements List of hidden elements that should be passed in the } { if {$return_url eq ""} { 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.12 -r1.12.2.1 --- openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 27 Oct 2014 16:40:53 -0000 1.12 +++ openacs-4/packages/ajaxhelper/tcl/ajax-yahoo-procs.tcl 22 Apr 2017 18:41:06 -0000 1.12.2.1 @@ -12,7 +12,7 @@ ad_proc -private ah::yui::load_js_sources { -source_list } { - Accepts a tcl list of sources to load. + Accepts a Tcl list of sources to load. This source_list will be the global ajax_helper_yui_js_sources variable. This script is called in the blank-master template. As of 0.86d with YUI 2.3.0, this proc now uses the Yahoo Loader Utility to @@ -575,7 +575,7 @@ {-options ""} {-renderin "document.body"} } { - Generates the javascript to create a YUI menu from a tcl list. + Generates the javascript to create a YUI menu from a Tcl list. http://developer.yahoo.com/yui/menu/ @@ -623,7 +623,7 @@ {-triggerel "document"} {-renderin "document.body"} } { - Generates the javascript to create a YUI context menu from a tcl list. + Generates the javascript to create a YUI context menu from a Tcl list. http://developer.yahoo.com/yui/menu/ @author Hamilton Chua (ham@solutiongrove.com) @@ -673,7 +673,7 @@ {-forceselection "false"} {-events {}} } { - Generates the javascript to create a YUI autocomplete object from a tcl list + Generates the javascript to create a YUI autocomplete object from a Tcl list http://developer.yahoo.com/yui/autocomplete/ @author Hamilton Chua (ham@solutiongrove.com)