From 1bc5daba808067a1db85ab8b8a401c217c9a8097 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 26 Nov 2005 03:04:23 +0000 Subject: --- framework/Web/UI/WebControls/TImageButton.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'framework/Web/UI/WebControls/TImageButton.php') diff --git a/framework/Web/UI/WebControls/TImageButton.php b/framework/Web/UI/WebControls/TImageButton.php index 724dcf5c..d715480d 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -3,15 +3,15 @@ * TImageButton class file * * @author Qiang Xue - * @link http://www.xisc.com/ - * @copyright Copyright © 2004-2005, Qiang Xue - * @license http://www.opensource.org/licenses/bsd-license.php BSD License + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005 PradoSoft + * @license http://www.pradosoft.com/license/ * @version $Revision: $ $Date: $ * @package System.Web.UI.WebControls */ /** - * TImage class file + * Includes TImage class file */ Prado::using('System.Web.UI.WebControls.TImage'); @@ -19,7 +19,7 @@ Prado::using('System.Web.UI.WebControls.TImage'); * TImageButton class * * TImageButton displays an image on the Web page and responds to mouse clicks on the image. - * It is similar to the TButton component except that the TImageButton also captures the + * It is similar to the {@link TButton} control except that the TImageButton also captures the * coordinates where the image is clicked. * * Write a OnClick event handler to programmatically determine the coordinates @@ -42,7 +42,6 @@ Prado::using('System.Web.UI.WebControls.TImage'); * @package System.Web.UI.WebControls * @since 3.0 */ - class TImageButton extends TImage implements IPostBackDataHandler, IPostBackEventHandler { private $_x=0; -- cgit v1.2.3