X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/form/registration.html diff --git a/examples/form/registration.html b/examples/form/registration.html new file mode 100644 index 00000000..51a29afa --- /dev/null +++ b/examples/form/registration.html @@ -0,0 +1,59 @@ + + +
+ +This example shows a common site registration form. The form appears simple but it shows a few special things:
+msgTarget:'none'
so
+ the errors are not displayed with the individual fields; instead event listeners are attached
+ to the FormPanel to group up all error messages into a custom global error indicator, with a
+ persistent tooltip showing the error details.formBind:true
so it is only enabled when the form becomes valid.The js is not minified so it is readable. See registration.js.
+ + +