From d255f4d0e332740b3984e21ce3f7a4a4f1968ba3 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 2 May 2006 08:28:17 +0000 Subject: Adding more work on ActiveControls. --- framework/Web/UI/TPage.php | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'framework/Web/UI/TPage.php') diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index 31c80320..c72cdd03 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -322,25 +322,6 @@ class TPage extends TTemplateControl $this->unloadRecursive(); } - /** - * Gets the callback response handler that permits changing the callback - * response headers and contents. - * @return TCallbackResponse callback response handler. - */ - public function getCallbackResponse() - { - return $this->getAdapter()->getCallbackResponseHandler(); - } - - /** - * Set a new callback respond handler. - * @param TCallbackResponse a different callback response handler. - */ - public function setCallbackResponse($responder) - { - $this->getAdapter()->setCallbackResponseHandler($responder); - } - /** * Gets the callback client script handler that allows javascript functions * to be executed during the callback response. -- cgit v1.2.3