[interchange-cvs] interchange - racke modified code/UserTag/formel.tag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Tue Aug 20 06:22:01 2002


User:      racke
Date:      2002-08-20 10:21:35 GMT
Modified:  code/UserTag formel.tag
Log:
pass value to display tag

Revision  Changes    Path
1.4       +8 -2      interchange/code/UserTag/formel.tag


rev 1.4, prev_rev 1.3
Index: formel.tag
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/code/UserTag/formel.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- formel.tag	23 Jul 2002 10:08:55 -0000	1.3
+++ formel.tag	20 Aug 2002 10:21:35 -0000	1.4
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA.
=20
 UserTag formel Order label name type size
-UserTag formel Version 0.09
+UserTag formel Version 0.091
 UserTag formel addAttr
 UserTag formel Routine <<EOF
 sub {
@@ -137,7 +137,8 @@
=20
 	if ($type eq 'display') {
 		# try to handle widget with UI tag display
-		$elhtml =3D $Tag->display($opt->{table} || 'products', $name);
+		$elhtml =3D $Tag->display($opt->{table} || 'products', $name, '',=20
+			{value =3D> $Values->{$name}});
 	} elsif ($opt->{reset}) {
 		if ($type eq 'textarea') {
 	        $elhtml =3D qq{<textarea name=3D"${name}"$sizestr></textarea>};
@@ -244,6 +245,11 @@
 Label container in case of errors. The default is
 <font color=3D"__CONTRAST__">%s</font>. If the variable
 CONTRAST doesn't exist, the color red is used instead.
+
+=3Ditem table
+
+Pass this database to the display tag.
+Only used for display types.=20
=20
 =3Dback
=20