예제 #1
0
 function _hasThrown($sEvent, $sWhen = FALSE)
 {
     if ($sEvent === "click") {
         // handling special click server event on rdt_submit
         // special because has to work without javascript
         return $this->hasSubmitted();
     }
     return parent::_hasThrown($sEvent, $sWhen);
 }