Example #1
0
File: CRUD.php Project: atk4/atk4
 /**
  * Returns JavaScript action which should be executed on form successfull
  * submission.
  *
  * @return jQuery_Chain to be executed on successful submit
  */
 public function formSubmitSuccess()
 {
     return $this->form->js(null, $this->js()->trigger('reload'))->univ()->closeDialog();
 }