function ctools_ajax_sample_configure_raptor_submit
Submit the raptor and store the values from the form.
File
-
ctools_ajax_sample/
ctools_ajax_sample.module, line 698
Code
function ctools_ajax_sample_configure_raptor_submit(&$form, &$form_state) {
$form_state['object']->name = $form_state['values']['name'];
$form_state['object']->raptor = $form_state['values']['raptor'];
$form_state['object']->domesticated = $form_state['values']['domesticated'];
}