function webform_chart_form_configure_ajax_callback in Webform Chart 7
Same name and namespace in other branches
- 7.2 webform_chart.admin.inc \webform_chart_form_configure_ajax_callback()
Ajax callback implementation.
Used in each component edit form to render the backend config.
File
- ./
webform_chart.admin.inc, line 172 - Provides administration functions for the webform_chart module.
Code
function webform_chart_form_configure_ajax_callback($form, $form_state) {
return $form['charting']['backend_config'];
}