commit extjs-2.2.1
[extjs.git] / examples / form / adv-vtypes.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
2 <html>\r
3 <head>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5 <title>Advanced VType Examples</title>\r
6 \r
7 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
8         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
9   <script type="text/javascript" src="../../ext-all-debug.js"></script>\r
10   \r
11   <script type="text/javascript" src="adv-vtypes.js"></script>\r
12   <script type="text/javascript" src="states.js"></script>\r
13 \r
14 <!-- Common Styles for the examples -->\r
15 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
16 </head>\r
17 \r
18 <body>\r
19 <h1>Advanced Validation Examples Using VTypes</h1>\r
20 \r
21 <div id="dr"><p>The first example shows two date fields acting as a date range.  Selecting an initial date\r
22 sets the minimum value for the end field.  Selecting an ending date sets a maximum value for the\r
23 start field.</p></div>\r
24 \r
25 <div id="pw" style="padding-top:20px"><p>This second example shows a password verification,\r
26  the second value must be equivalent to the first to validate.</p></div><br/>\r
27 \r
28 <p>The js is not minified so it is readable. See <a href="adv-vtypes.js">adv-vtypes.js</a>.</p>\r
29 </body>\r
30 </html>