diff options
author | ctrlaltca@gmail.com <> | 2011-06-01 20:48:19 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-01 20:48:19 +0000 |
commit | 45c32f4610b9988e0ebed87674388268ac96ae1f (patch) | |
tree | c72049204b5ed823c39a7533b7fa19298289928d /framework | |
parent | 78d82290a076ea1da6da7f8a5bd0297eb7584db5 (diff) |
added documentation for TActiveImageButton class
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/UI/ActiveControls/TActiveImageButton.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveImageButton.php b/framework/Web/UI/ActiveControls/TActiveImageButton.php index f8cd6e12..4e7b5149 100644 --- a/framework/Web/UI/ActiveControls/TActiveImageButton.php +++ b/framework/Web/UI/ActiveControls/TActiveImageButton.php @@ -13,7 +13,7 @@ /** * TActiveImageButton class. * - * TActiveImageButton is the active control counter part to TLinkButton. + * TActiveImageButton is the active control counter part to TImageButton. * When a TActiveImageButton is clicked, rather than a normal post back request a * callback request is initiated. * |