diff options
author | xue <> | 2006-01-14 06:56:13 +0000 |
---|---|---|
committer | xue <> | 2006-01-14 06:56:13 +0000 |
commit | f8259bb73731552eb77dcd1254d711507e4932c4 (patch) | |
tree | 4faa0c94c90e870f3070d0d4bb98ea85cc5513f4 /.gitattributes | |
parent | 5a63c2c1989ed9fdcf8fbe00ec8161934768daf3 (diff) |
TDataList completed. A preliminary demo added.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4068a02c..c641ffc9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,6 +35,7 @@ demos/quickstart/protected/pages/Configurations/Templates1.page -text demos/quickstart/protected/pages/Configurations/Templates2.page -text demos/quickstart/protected/pages/Configurations/Templates3.page -text demos/quickstart/protected/pages/Construction.page -text +demos/quickstart/protected/pages/Controls/DataList.page -text demos/quickstart/protected/pages/Controls/List.page -text demos/quickstart/protected/pages/Controls/Overview.page -text demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page -text @@ -42,6 +43,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/TDataList/Sample1.page -text +demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.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/TLabel/Home.page -text |