[interchange-cvs] CVS notice: activity by heins

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Sat, 27 Jan 2001 11:34 -0600


CVS activity by user 'heins':
interchange/share/akopia/ui std.js,1.1.2.1,1.1.2.2
Update of /anon_cvs/repository/interchange/share/akopia/ui
In directory www.akopia.com:/tmp/cvs-serv8914/akopia/ui

Modified Files:
      Tag: DEV_4_7_0
	std.js 
Log Message:
Add checkAll JavaScript function to check/uncheck all of a set of checkboxes.
Call is:

	checkAll(form,name,uncheck);

Example links:
	<A HREF="javascript:checkAll(document.dbdownload, 'ui_do_export', 1)">
	Uncheck all
	</A>
	<A HREF="javascript:checkAll(document.dbdownload, 'ui_do_export', 0)">
	Check all
	</A>