diff options
author | xue <> | 2005-12-14 18:52:04 +0000 |
---|---|---|
committer | xue <> | 2005-12-14 18:52:04 +0000 |
commit | 3751bed4e3b40adb98949b85b47daf2cfaac29db (patch) | |
tree | ae4de29ad414df7d40a92c5d4b525a4a6b431e4b /framework/Web/UI/WebControls/TCheckBox.php | |
parent | 3071d459eee19f9b01ec0a6241615562548d5fef (diff) |
Added TDataBoundControl, TDropDownList and TListBox. Note, they're not done yet.
Diffstat (limited to 'framework/Web/UI/WebControls/TCheckBox.php')
-rw-r--r-- | framework/Web/UI/WebControls/TCheckBox.php | 2 |
1 files changed, 0 insertions, 2 deletions
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
*/
|