diff options
author | xue <> | 2006-02-25 14:54:29 +0000 |
---|---|---|
committer | xue <> | 2006-02-25 14:54:29 +0000 |
commit | bd93d2fecf1ce96ac9a4f6557335489a6347f509 (patch) | |
tree | 55442bdc13d246b2e53a778d290f7662402c15c4 /.gitattributes | |
parent | 730d4af8510937fbbc7326f6776ae5aa06f3426d (diff) |
Added TRangeValidator demo.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 21d8f6d3..53f366ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -173,6 +173,8 @@ demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.php -text +demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.page -text +demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page -text |