From 95764689f7681d5905c199727dd456671f2fd1b6 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 17 Mar 2006 22:58:05 +0000 Subject: Cleanup of usage of registerPostBackControl. --- framework/Web/UI/TControl.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 21482b0a..dba58555 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -1752,13 +1752,6 @@ interface IPostBackEventHandler * @param string the parameter associated with the postback event */ public function raisePostBackEvent($param); - - /** - * Return an array of postback options. - * The array of options are serialized to passed to corresponding javascript component code. - * @return array options for javascript postback control - */ - public function getPostBackOptions(); } -- cgit v1.2.3