diff options
author | xue <> | 2006-01-16 15:36:15 +0000 |
---|---|---|
committer | xue <> | 2006-01-16 15:36:15 +0000 |
commit | 318ca1a7cc0085f36a6ca6648b6b2a7eb2bab295 (patch) | |
tree | 27f6a127aea9c41851c9eaa07fb0d3f495b64033 /.gitattributes | |
parent | 14a4d3010ab626c3d333606daeb5012d0804c1dd (diff) |
Added customvalidator demo.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 72f7ddb1..780ca90a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -44,6 +44,8 @@ demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TBulletedList/bullet.gif -text demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.php -text +demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page -text +demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.page -text demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.php -text demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page -text |