X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..refs/heads/master:/examples/form/checkout.html diff --git a/examples/form/checkout.html b/examples/form/checkout.html new file mode 100644 index 00000000..0d08c747 --- /dev/null +++ b/examples/form/checkout.html @@ -0,0 +1,30 @@ + + + + Checkout Form + + + + + + + + + + + + + + +

Checkout Form

+ +

+ This shows an example of a common shopping cart checkout form. It demonstrates uses of FieldContainer + and various layouts for arranging and aligning fields, ComboBox fields for state and month selection, + and listening to change events to automatically copy values from Mailing Address to Billing Address fields. +

+ +

The js is not minified so it is readable. See checkout.js.

+ + +