diff options
author | xue <> | 2005-12-04 17:51:05 +0000 |
---|---|---|
committer | xue <> | 2005-12-04 17:51:05 +0000 |
commit | 418baf36d477bcbdd6fb4eaf4037ea6a2d93f21c (patch) | |
tree | ef74701133d6f33d47c8c47ca85782e36cb7746e /framework/Web/UI/TForm.php | |
parent | 0dda82c2a13ed09a2520dda9b420e8f90703c67b (diff) |
Diffstat (limited to 'framework/Web/UI/TForm.php')
-rw-r--r-- | framework/Web/UI/TForm.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/TForm.php b/framework/Web/UI/TForm.php index 0edb976b..4c619299 100644 --- a/framework/Web/UI/TForm.php +++ b/framework/Web/UI/TForm.php @@ -19,6 +19,7 @@ class TForm extends TControl $attributes->remove('action');
$page=$this->getPage();
+ /*
$onsubmit=$page->getClientOnSubmitEvent();
if($onsubmit!=='')
{
@@ -29,7 +30,7 @@ class TForm extends TControl }
if($page->getClientSupportsJavaScript())
$writer->addAttribute('onsubmit',$onsubmit);
- }
+ }*/
if($this->getDefaultButton()!=='')
{//todo
$control=$this->findControl($this->getDefaultButton());
|