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 -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/ajaxhelper/tcl/ajax-listbuilder-procs.tcl 14 Aug 2008 00:48:06 -0000 1.1 @@ -0,0 +1,493 @@ +ad_library { + Ajax enahanced list builder features + + @author Dave Bauer (dave@solutiongrove.com) + @creation-date 2007-08-21 + +} + +namespace eval ah::lb:: {} + +ad_proc ah::lb::add_column_menu { + -list_name + -element_names + {-menus {sort group move hide}} + {-return_url ""} + {-hide_url_var "hide"} +} { + Add dynamic dropdown menus + + @param list_name Name of template::list list to work with + @param element_names List of element names to attach the menus tp + @param menus List of menus to add options include +