Esempio n. 1
0
 /**
  * Spracovanie formulara pre pridanie komentara
  * @param Nette\Application\UI\Form $form
  */
 public function onZapisKomentar(Nette\Application\UI\Form $form)
 {
     $this->clanok_komentar->uloz($form->getValues());
     if (!$this->presenter->isAjax()) {
         $this->redirect('this');
     } else {
         $this->redrawControl('koment');
     }
 }