diff options
author | wei <> | 2006-08-29 12:06:35 +0000 |
---|---|---|
committer | wei <> | 2006-08-29 12:06:35 +0000 |
commit | f0a6fad58f8eae14554443081ffb166aaf71762a (patch) | |
tree | a1a234da831f11c190a0cef98d01c6f0dacdce1c /.gitattributes | |
parent | c1937cccd0985e86e247287faa9ac60870feecd7 (diff) |
fixed autocomplete problem and add TInPlcaeTextbox
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index bd659c75..07d26923 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1693,6 +1693,7 @@ framework/Web/Javascripts/prado/ajax3.js -text framework/Web/Javascripts/prado/controls.js -text framework/Web/Javascripts/prado/element.js -text framework/Web/Javascripts/prado/form.js -text +framework/Web/Javascripts/prado/inlineeditor.js -text framework/Web/Javascripts/prado/prado.js -text framework/Web/Javascripts/prado/validation3.js -text framework/Web/Javascripts/prototype/AUTHORS -text @@ -1750,6 +1751,7 @@ framework/Web/UI/ActiveControls/TCallbackClientScript.php -text framework/Web/UI/ActiveControls/TCallbackClientSide.php -text framework/Web/UI/ActiveControls/TCallbackOptions.php -text framework/Web/UI/ActiveControls/TEventTriggeredCallback.php -text +framework/Web/UI/ActiveControls/TInPlaceTextBox.php -text framework/Web/UI/ActiveControls/TTriggeredCallback.php -text framework/Web/UI/ActiveControls/TValueTriggeredCallback.php -text framework/Web/UI/TClientScriptManager.php -text |