diff options
author | xue <> | 2006-01-20 04:20:39 +0000 |
---|---|---|
committer | xue <> | 2006-01-20 04:20:39 +0000 |
commit | 138dbc23381a82eaf17a2685cc3bdb54ad8b7f51 (patch) | |
tree | 273ff3e0fa183830178d8f51dff4643010baccd3 /.gitattributes | |
parent | 381d966198453626832c97447deb54f9cc4b06dd (diff) |
Added TImage and THyperLink demos.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 742e4299..5456a9be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -63,6 +63,11 @@ 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 demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php -text +demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page -text +demos/quickstart/protected/pages/Controls/Samples/THyperLink/hello_world.gif -text +demos/quickstart/protected/pages/Controls/Samples/TImage/HelloWorld.html -text +demos/quickstart/protected/pages/Controls/Samples/TImage/Home.page -text +demos/quickstart/protected/pages/Controls/Samples/TImage/hello_world.gif -text demos/quickstart/protected/pages/Controls/Samples/TLabel/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.php -text |