From a66e3a8afb63d472b3ec92a406538dfc0a492efb Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 14 Apr 2006 12:55:01 +0000 Subject: merge from branch 3.0 till 908. --- framework/Web/UI/WebControls/TImageButton.php | 1 + 1 file changed, 1 insertion(+) (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 e5e5f3b9..655b1df0 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -124,6 +124,7 @@ class TImageButton extends TImage implements IPostBackDataHandler, IPostBackEven $options['ID'] = $this->getClientID(); $options['CausesValidation'] = $this->getCausesValidation(); $options['ValidationGroup'] = $this->getValidationGroup(); + $options['EventTarget'] = $this->getUniqueID(); return $options; } -- cgit v1.2.3