diff options
author | xue <> | 2006-05-08 12:04:24 +0000 |
---|---|---|
committer | xue <> | 2006-05-08 12:04:24 +0000 |
commit | cfb3aefe89693f80cb7d98b562de6cfdf463212a (patch) | |
tree | 63af3f7255977b74e1da2e670f25c04ce42f7f1e /framework/Web | |
parent | 09b8b16562c1b422499446abee1a21b957663016 (diff) |
A few minor doc fixes.
Diffstat (limited to 'framework/Web')
-rw-r--r-- | framework/Web/UI/WebControls/TButton.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TButton.php b/framework/Web/UI/WebControls/TButton.php index b9872a64..a233e717 100644 --- a/framework/Web/UI/WebControls/TButton.php +++ b/framework/Web/UI/WebControls/TButton.php @@ -19,7 +19,7 @@ * A <b>command</b> 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
|