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.12 -r1.13 --- 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 7 Aug 2017 23:48:03 -0000 1.13 @@ -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)