PageRenderTime 23ms CodeModel.GetById 16ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/ext-4.1.0_b3/examples/form/check-radio.html

https://bitbucket.org/srogerf/javascript
HTML | 27 lines | 18 code | 5 blank | 4 comment | 0 complexity | 0664f2d880f2f3101b979270ad1b347d MD5 | raw file
 1<html>
 2<head>
 3    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 4    <title>Checkbox / Radio Groups</title>
 5
 6    <!-- ExtJS -->
 7    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
 8    <script type="text/javascript" src="../../ext-all.js"></script>
 9
10    <!-- Shared -->
11    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
12
13    <!-- GC -->
14
15
16    <!-- Example -->
17    <script type="text/javascript" src="check-radio.js"></script>
18</head>
19<body>
20    <h1>Checkbox / Radio Groups</h1>
21    <p>This demonstrates the flexible layout capabilities of the CheckboxGroup and RadioGroup classes. It also
22    shows that you can validate checkboxes/radios as a group &mdash; try submitting the form before changing
23    any values to see this.</p>
24    <p>The js is not minified so it is readable. See <a href="check-radio.js">check-radio.js</a>.</p>
25    <div id="form-ct"></div>
26</body>
27</html>