[interchange-cvs] interchange - heins modified lib/Vend/Table/Editor.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jan 28 20:43:46 EST 2004


User:      heins
Date:      2004-01-29 01:43:46 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
* Make containing form name (i.e. <form name=foo ...>) available
  to the widget.

Revision  Changes    Path
1.48      +3 -2      interchange/lib/Vend/Table/Editor.pm


rev 1.48, prev_rev 1.47
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- Editor.pm	19 Dec 2003 19:57:14 -0000	1.47
+++ Editor.pm	29 Jan 2004 01:43:45 -0000	1.48
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.47 2003/12/19 19:57:14 mheins Exp $
+# $Id: Editor.pm,v 1.48 2004/01/29 01:43:45 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.47 $, 10);
+$VERSION = substr(q$Revision: 1.48 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -3338,6 +3338,7 @@
 							field				=> $field->{$c},
 							filter				=> $filter->{$c},
 							form				=> $form->{$c},
+							form_name			=> $opt->{form_name},
 							height				=> $height->{$c},
 							help				=> $help->{$c},
 							help_url			=> $help_url->{$c},








More information about the interchange-cvs mailing list