summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TCallbackClientScript.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/ActiveControls/TCallbackClientScript.php')
-rw-r--r--framework/Web/UI/ActiveControls/TCallbackClientScript.php9
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.