diff options
author | xue <> | 2006-02-05 03:48:45 +0000 |
---|---|---|
committer | xue <> | 2006-02-05 03:48:45 +0000 |
commit | 08bf73e5621cdc384db7c416e6e8b689123bb3a8 (patch) | |
tree | 81e9174731b53b2924ccc24804c50cc6d7e0b47d /.gitattributes | |
parent | 9bf518fc15ed3945b8f770bd10c855a89c7707bc (diff) |
Added paging example of TDataGrid.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3e1a7e86..772e65f1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -128,6 +128,8 @@ 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/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/TDataList/Sample1.page -text demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.php -text demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page -text |