diff options
| author | xue <> | 2005-11-26 03:04:23 +0000 | 
|---|---|---|
| committer | xue <> | 2005-11-26 03:04:23 +0000 | 
| commit | 1bc5daba808067a1db85ab8b8a401c217c9a8097 (patch) | |
| tree | 5953b70ac7c377f84ea31a722ff85b5cb716a71d /framework/Web/UI/WebControls/TImageButton.php | |
| parent | 0be2589471d01ea8471a7bdb297fea98783db12f (diff) | |
Diffstat (limited to 'framework/Web/UI/WebControls/TImageButton.php')
| -rw-r--r-- | framework/Web/UI/WebControls/TImageButton.php | 11 | 
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 © 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 <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;
  | 
