You are here

function analytics_service_edit_form_options_ajax in Analytics 7

Callback element needs only select the portion of the form to be updated. Since #ajax['callback'] return can be HTML or a renderable array (or an array of commands), we can just return a piece of the form.

1 string reference to 'analytics_service_edit_form_options_ajax'
analytics_service_edit_form in lib/export_ui/analytics_service_export_ui.inc

File

lib/export_ui/analytics_service_export_ui.inc, line 93

Code

function analytics_service_edit_form_options_ajax($form, $form_state) {
  return $form['options'];
}