diff options
author | xue <> | 2006-01-19 17:20:05 +0000 |
---|---|---|
committer | xue <> | 2006-01-19 17:20:05 +0000 |
commit | 45eeef23d38ca15594625cdc70567d799cfab462 (patch) | |
tree | a0b962f53cf8fb30c081d277c8ce3ef16a451bde /framework/Web/UI/WebControls/TImageButton.php | |
parent | 598fac7617264c20b5c7e6f914b5aba18a677b01 (diff) |
generated pradolite.php for alpha release.3.0a
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 f4d61855..b8e14717 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -106,7 +106,7 @@ class TImageButton extends TImage implements IPostBackDataHandler, IPostBackEven * This method is used by framework and control developers.
* @return TPostBackOptions parameters about how the button defines its postback behavior.
*/
- protected function getPostBackOptions()
+ public function getPostBackOptions()
{
$options=new TPostBackOptions();
if($this->getCausesValidation() && $this->getPage()->getValidators($this->getValidationGroup())->getCount()>0)
|