[interchange-docs] xmldocs - racke modified refs/display.tag

docs at icdevgroup.org docs at icdevgroup.org
Tue Sep 11 11:54:50 EDT 2007


User:      racke
Date:      2007-09-11 15:54:50 GMT
Modified:  refs     display.tag
Log:
example for country selection added

Revision  Changes    Path
1.4       +11 -1     xmldocs/refs/display.tag


rev 1.4, prev_rev 1.3
Index: display.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/display.tag,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- display.tag	18 Dec 2006 12:56:07 -0000	1.3
+++ display.tag	11 Sep 2007 15:54:50 -0000	1.4
@@ -480,4 +480,14 @@
 </row> 
 &ROW_INTERPOLATE_0;
 &ROW_REPARSE_1;
-__END__
\ No newline at end of file
+__END__
+
+__NAME__ example: Dropdown menus with country names
+Display country dropdown menus looked up from the <literal>country</literal> table,
+using empty value for billing as default.
+<programlisting>
+[display name="country" table="country" lookup=code field=name type="select" value="[value country]"]
+[display name="b_country" table="country" lookup=code field=name type="select" value="[value b_country]" options="=-- [L]Please select[/L] --"]
+</programlisting>
+__END__
+








More information about the docs mailing list