X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/form/adv-vtypes.html diff --git a/examples/form/adv-vtypes.html b/examples/form/adv-vtypes.html index addd4d62..dd0cc1b0 100644 --- a/examples/form/adv-vtypes.html +++ b/examples/form/adv-vtypes.html @@ -1,30 +1,38 @@ - - - - -Advanced VType Examples - - - - - - - - - - - - - -

Advanced Validation Examples Using VTypes

- -

The first example shows two date fields acting as a date range. Selecting an initial date -sets the minimum value for the end field. Selecting an ending date sets a maximum value for the -start field.

- -

This second example shows a password verification, - the second value must be equivalent to the first to validate.


- -

The js is not minified so it is readable. See adv-vtypes.js.

- + + + + Advanced VType Examples + + + + + + + + + + + + + + +

Advanced Validation Examples Using VTypes

+ +
+

The first example shows two date fields acting as a date range. Selecting an initial + date sets the minimum value for the end field. Selecting an ending date sets a maximum + value for the start field.

+
+ +
+

This second example shows a password verification, the second value must be equivalent + to the first to validate.

+
+ +

The js is not minified so it is readable. See adv-vtypes.js.

+ \ No newline at end of file