diff options
author | xue <> | 2006-02-05 06:35:32 +0000 |
---|---|---|
committer | xue <> | 2006-02-05 06:35:32 +0000 |
commit | 045b8b2a21873b8747fde66890b094f63c095c93 (patch) | |
tree | 58c4b4e7f4e146b96826f12d7e2b07dd7ef0b3fd /.gitattributes | |
parent | ec7a31cfd6c72aa8ed055504b381edee6c547186 (diff) |
Added a demo of TDataGrid showing custom paging.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 772e65f1..2737732c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -130,6 +130,8 @@ demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.page -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.php -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.php -text +demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page -text +demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.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 |