summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TImageButton.php
diff options
context:
space:
mode:
authorxue <>2005-11-26 03:04:23 +0000
committerxue <>2005-11-26 03:04:23 +0000
commit1bc5daba808067a1db85ab8b8a401c217c9a8097 (patch)
tree5953b70ac7c377f84ea31a722ff85b5cb716a71d /framework/Web/UI/WebControls/TImageButton.php
parent0be2589471d01ea8471a7bdb297fea98783db12f (diff)
Diffstat (limited to 'framework/Web/UI/WebControls/TImageButton.php')
-rw-r--r--framework/Web/UI/WebControls/TImageButton.php11
1 files changed, 5 insertions, 6 deletions
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 <qiang.xue@gmail.com>
- * @link http://www.xisc.com/
- * @copyright Copyright &copy; 2004-2005, Qiang Xue
- * @license http://www.opensource.org/licenses/bsd-license.php BSD License
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright &copy; 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 <b>OnClick</b> 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;