Guest User

Untitled

a guest
Aug 3rd, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $form = new Forms\AddApplicationForm($this, 'addApplicationForm', $this->context->droidcoders->applicationsFacade);
  2. if($this->isAjax()) {
  3. $form['application_category']->addOnSubmitCallback(array($this, "invalidateControl"), "addApplicationFormSnippet");
  4. }
  5. $form->onSuccess[] = callback($this, 'processAddApplicationForm');
  6. return $form;
Advertisement
Add Comment
Please, Sign In to add comment