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