Sha256: 9e91f9c7ad26ebe943b4b4a98542387b655ea1d1a9ac208beee67266aeb1406c
Contents?: true
Size: 1.55 KB
Versions: 3
Compression:
Stored size: 1.55 KB
Contents
<!-- Document : checbox_group --> <!DOCtype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <form name="forma"> <h3>Pets CheckboxGroup. Each has value. Acts like MultiSelectList. none, one ore more items can be checked.</h3> <input name="pets" type="checkbox" value="cat">Cat<br /> <input name="pets" type="checkbox" value="dog">Dog<br /> <input name="pets" type="checkbox" value="zook">Zook<br /> <input name="pets" type="checkbox" value="zebra">Zebra<br /> <input name="pets" type="checkbox" value="wumpa">Wumpa<br /> <h3>Single CheckboxToggle Only. Acts like RadioGroup on/off switch.</h3> <input name="singleIndicator" type="checkbox">Toggle Me<br /> </form> <form name="formb"> <h3>Petsa (with last names) CheckboxGroup. Each has value. Acts like MultiSelectList. none, one ore more items can be checked.</h3> <input name="petsa" type="checkbox" value="cata">Cat Mleczus<br /> <input name="petsa" type="checkbox" value="doga">Dog Wuffski<br /> <input name="petsa" type="checkbox" value="zooka">Zook ZookaZeeka<br /> <input name="petsa" type="checkbox" value="zebraa">Zebra Pregowana<br /> <input name="petsa" type="checkbox" value="wumpaa">Wumpa OompaPlumpa<br /> <h3>Single CheckboxToggle Only. Acts like RadioGroup on/off switch.</h3> <input name="singleIndicatora" type="checkbox">Toggle Me Me<br /> </form> </body> </html>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
marekj-watirloo-0.0.5 | spec/html/checkbox_group1.html |
watirloo-0.0.8 | spec/html/checkbox_group1.html |
watirloo-0.0.7 | spec/html/checkbox_group1.html |