X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/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.

+ + +