From 2c3a19d691be5e8d1e0a5e7839fc9ced549b04ee Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 17 Apr 2006 22:12:51 +0000 Subject: Merge from 3.0 branch till 931. --- framework/Web/UI/WebControls/TButton.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'framework/Web/UI/WebControls/TButton.php') diff --git a/framework/Web/UI/WebControls/TButton.php b/framework/Web/UI/WebControls/TButton.php index 6751687c..72c68a2c 100644 --- a/framework/Web/UI/WebControls/TButton.php +++ b/framework/Web/UI/WebControls/TButton.php @@ -49,7 +49,7 @@ * @package System.Web.UI.WebControls * @since 3.0 */ -class TButton extends TWebControl implements IPostBackEventHandler +class TButton extends TWebControl implements IPostBackEventHandler, IButtonControl { /** * @return string tag name of the button @@ -206,8 +206,7 @@ class TButton extends TWebControl implements IPostBackEventHandler } /** - * Sets the command name associated with the {@link onCommand OnCommand} event. - * @param string the text caption to be set + * @param string the command name associated with the {@link onCommand OnCommand} event. */ public function setCommandName($value) { @@ -223,8 +222,7 @@ class TButton extends TWebControl implements IPostBackEventHandler } /** - * Sets the parameter associated with the {@link onCommand OnCommand} event. - * @param string the text caption to be set + * @param string the parameter associated with the {@link onCommand OnCommand} event. */ public function setCommandParameter($value) { -- cgit v1.2.3