source: trunk/web/addons/job_monarch/lib/extjs/examples/form/adv-vtypes.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

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