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

docs at icdevgroup.org docs at icdevgroup.org
Wed May 7 11:53:30 UTC 2008


User:      racke
Date:      2008-05-07 11:53:30 GMT
Modified:  refs     checked.tag
Log:
radio button example added

Revision  Changes    Path
1.6                  xmldocs/refs/checked.tag


rev 1.6, prev_rev 1.5
Index: checked.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/checked.tag,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- checked.tag	7 May 2008 10:41:38 -0000	1.5
+++ checked.tag	7 May 2008 11:53:30 -0000	1.6
@@ -149,7 +149,13 @@
 The tag provides "memory" for &glos-HTML; checkboxes and radio buttons.
 __END__
 
-
+__NAME__ example: Radio Button
+Displays a radio button and selects the second choice by default:
+<programlisting><![CDATA[
+<input type="radio" name="factory_sealed" value="1"[checked factory_sealed 1]>&nbsp;[L]Yes[/L]<br>
+<input type="radio" name="factory_sealed" value="0"[checked factory_sealed value=0 default=1]>&nbsp;[L]No[/L]
+]]></programlisting>
+__END__
 
 
 You can provide a "memory" for drop-down menus, radio buttons, and







More information about the docs mailing list