diff options
author | Christophe.Boulain <> | 2010-02-22 08:10:30 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-22 08:10:30 +0000 |
commit | dc727f26dab81c6ae6d06aef6db966a991e2342b (patch) | |
tree | c0eefea3ee2d31d5517104e412d4fe8e8e404607 /framework/Web/UI/ActiveControls/TActiveImageButton.php | |
parent | a779552bc0809d5673d7b4353168aef8114035b4 (diff) |
Merged /branches/3.1:r2773 into trunk
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveImageButton.php')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveImageButton.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveImageButton.php b/framework/Web/UI/ActiveControls/TActiveImageButton.php index ee16c0d0..f8cd6e12 100644 --- a/framework/Web/UI/ActiveControls/TActiveImageButton.php +++ b/framework/Web/UI/ActiveControls/TActiveImageButton.php @@ -100,11 +100,11 @@ class TActiveImageButton extends TImageButton implements IActiveControl, ICallba } /** - * Raises the callback event. This method is required by {@link - * ICallbackEventHandler} interface. If {@link getCausesValidation - * CausesValidation} is true, it will invoke the page's {@link TPage:: - * validate validate} method first. It will raise {@link onClick - * OnClick} event first and then the {@link onCallback OnCallback} event. + * Raises the callback event. This method is required by + * {@link ICallbackEventHandler ICallbackEventHandler} interface. If + * {@link getCausesValidation CausesValidation} is true, it will invoke the page's + * {@link TPage::validate} method first. It will raise + * {@link onClick OnClick} event first and then the {@link onCallback OnCallback} event. * This method is mainly used by framework and control developers. * @param TCallbackEventParameter the event parameter */ |