From 3751bed4e3b40adb98949b85b47daf2cfaac29db Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 14 Dec 2005 18:52:04 +0000 Subject: Added TDataBoundControl, TDropDownList and TListBox. Note, they're not done yet. --- framework/Web/UI/WebControls/TCheckBox.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/Web/UI/WebControls/TCheckBox.php') diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index 2f51d8f5..72d15822 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -102,8 +102,6 @@ class TCheckBox extends TWebControl implements IPostBackDataHandler, IValidatabl * This is necessary because a checkbox if unchecked, when postback, * does not have direct mapping between post data and the checkbox name. * - * Auto-postback javascript code is also registered here. - * * This method overrides the parent implementation and is invoked before render. * @param mixed event parameter */ -- cgit v1.2.3