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 /framework/Web/UI/ActiveControls/TCallbackClientScript.php | |
parent | c1937cccd0985e86e247287faa9ac60870feecd7 (diff) |
fixed autocomplete problem and add TInPlcaeTextbox
Diffstat (limited to 'framework/Web/UI/ActiveControls/TCallbackClientScript.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TCallbackClientScript.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/framework/Web/UI/ActiveControls/TCallbackClientScript.php b/framework/Web/UI/ActiveControls/TCallbackClientScript.php index 4aa3efc6..bdbe6b1c 100644 --- a/framework/Web/UI/ActiveControls/TCallbackClientScript.php +++ b/framework/Web/UI/ActiveControls/TCallbackClientScript.php @@ -222,15 +222,6 @@ class TCallbackClientScript extends TApplicationComponent }
/**
- * Replace the innerHTML of a content with fragements of the response body.
- * @param TControl|string control element or element id
- */
-/* public function replaceContent($element)
- {
- $this->callClientFunction('Prado.Element.replaceContent', $element);
- }
-*/
- /**
* Add a Css class name to the element.
* @param TControl|string control element or element id
* @param string CssClass name to add.
|