diff options
author | tof <> | 2008-09-24 13:09:23 +0000 |
---|---|---|
committer | tof <> | 2008-09-24 13:09:23 +0000 |
commit | f3e65e200444acbb2aa58fc2ca63245d18e3a0b5 (patch) | |
tree | 0833754c1c87cfb18b444c4168aaaeaf64519c78 /.gitattributes | |
parent | 797fc77c7e768cac2ad1f7caf8f6af104eafeaa8 (diff) |
Added TActiveDatePicker
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index dd98e463..8389fd93 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2517,6 +2517,7 @@ framework/Web/Javascripts/TJavaScript.php -text framework/Web/Javascripts/clientscripts.php -text framework/Web/Javascripts/source/packages.php -text framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js -text +framework/Web/Javascripts/source/prado/activecontrols/activedatepicker.js -text framework/Web/Javascripts/source/prado/activecontrols/ajax3.js -text framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js -text framework/Web/Javascripts/source/prado/activecontrols/json.js -text @@ -2752,6 +2753,8 @@ tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag tests/FunctionalTests/active-controls/protected/pages/ActiveControlExpressionTag.php -text tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.page -text tests/FunctionalTests/active-controls/protected/pages/ActiveControlWithTinyMce.php -text +tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.page -text +tests/FunctionalTests/active-controls/protected/pages/ActiveDatePicker.php -text tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.page -text tests/FunctionalTests/active-controls/protected/pages/ActiveHiddenFieldTest.php -text tests/FunctionalTests/active-controls/protected/pages/ActiveImageButtonTest.page -text |