From f4de82bcdafba51e4eed9cae6b2d3e5375ffd115 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 9 May 2006 12:11:38 +0000 Subject: --- framework/Web/UI/WebControls/TButton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 ba523168..75d60695 100644 --- a/framework/Web/UI/WebControls/TButton.php +++ b/framework/Web/UI/WebControls/TButton.php @@ -19,7 +19,7 @@ * A command button has a command name (specified by * the {@link setCommandName CommandName} property) and and a command parameter * (specified by {@link setCommandParameter CommandParameter} property) - * associated with the button. This allows you to create multiple TLinkButton + * associated with the button. This allows you to create multiple TButton * components on a Web page and programmatically determine which one is clicked * with what parameter. You can provide an event handler for * {@link onCommand OnCommand} event to programmatically control the actions performed -- cgit v1.2.3