diff options
author | xue <> | 2006-02-04 23:32:21 +0000 |
---|---|---|
committer | xue <> | 2006-02-04 23:32:21 +0000 |
commit | 97d5ad831a6003418562b7f44e9a08e562d88a0c (patch) | |
tree | 619067b19bab202fb174c904f5fa287886bd186d /.gitattributes | |
parent | e7622f08814c6c7a1166addf9bc23c5780bd74b0 (diff) |
Added an example of TDataGrid showing updating and deleting functionalities.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 460c053c..539b3b89 100644 --- a/.gitattributes +++ b/.gitattributes @@ -124,6 +124,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/TDataGrid/Sample2.page -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.php -text +demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page -text +demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.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 |