diff options
author | xue <> | 2005-12-04 04:25:45 +0000 |
---|---|---|
committer | xue <> | 2005-12-04 04:25:45 +0000 |
commit | 0dda82c2a13ed09a2520dda9b420e8f90703c67b (patch) | |
tree | 27815328ce64437ff5e34cb163557d365b316abc /framework/Web/UI/WebControls/TImageButton.php | |
parent | 3ea63072225a473239227facfabde294bb58ed1d (diff) |
Diffstat (limited to 'framework/Web/UI/WebControls/TImageButton.php')
-rw-r--r-- | framework/Web/UI/WebControls/TImageButton.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TImageButton.php b/framework/Web/UI/WebControls/TImageButton.php index b0fb5a8b..7043fa86 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -117,7 +117,7 @@ class TImageButton extends TImage implements IPostBackDataHandler, IPostBackEven {
$this->_x=intval($values["{$uid}_x"]);
$this->_y=intval($values["{$uid}_y"]);
- $page=$this->getPage()->registerRequiresRaiseEvent($this);
+ $page=$this->getPage()->setPostBackEventTarget($this);
}
return false;
}
|