Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $form['button4'] = array(
  2. '#value' => 'RESET',
  3. '#type' => 'submit',
  4. '#submit' => array('form_test_form_button4'),
  5. '#ajax' => array(
  6. 'callback' => 'ajax_example_submit_driven_callback1',
  7. 'progress' => array('type' => 'none'),
  8. wrapper' => 'deletevalue',
  9. ),
  10.  
  11. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement