@@ -48,6 +48,9 @@ |
||
| 48 | 48 | return $this->_buttonAsSubmit($bt, "click",$url,$responseElement); |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | + /** |
|
| 52 | + * @param string $event |
|
| 53 | + */ |
|
| 51 | 54 | protected function _buttonAsSubmit($button,$event,$url,$responseElement=NULL){ |
| 52 | 55 | $form=$this->getForm(); |
| 53 | 56 | if(isset($url) && isset($responseElement)){ |