diff options
author | xue <> | 2006-02-01 18:09:18 +0000 |
---|---|---|
committer | xue <> | 2006-02-01 18:09:18 +0000 |
commit | a7edca99c188c574125785c87198606527981d01 (patch) | |
tree | 5a577ec59c497c306fbe661c3756dfdb5a201d53 /.gitattributes | |
parent | 5a7bac0a5c8342ce5812c16d1973e5affa188670 (diff) |
Added a new TDataList demo.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7abe7d5b..52d94fe4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -118,6 +118,8 @@ demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.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/TDataList/Sample2.page -text +demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.php -text demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.page -text |