Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / checkout.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4     <title>Checkout Form</title>
5
6     <!-- ExtJS -->
7     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8     <script type="text/javascript" src="../../bootstrap.js"></script>
9
10     <!-- Shared -->
11     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
12     <script type="text/javascript" src="../shared/states.js"></script>
13
14     <!-- Example -->
15     <script type="text/javascript" src="checkout.js"></script>
16 </head>
17 <body>
18
19     <h1>Checkout Form</h1>
20
21     <p>
22         This shows an example of a common shopping cart checkout form. It demonstrates uses of FieldContainer
23         and various layouts for arranging and aligning fields, ComboBox fields for state and month selection,
24         and listening to change events to automatically copy values from Mailing Address to Billing Address fields.
25     </p>
26
27     <p>The js is not minified so it is readable. See <a href="checkout.js">checkout.js</a>.</p>
28
29 </body>
30 </html>