function _form_test_tableselect_ajax_callback

Ajax callback that returns the form element.

1 string reference to '_form_test_tableselect_ajax_callback'
_form_test_tableselect_form_builder in modules/simpletest/tests/form_test.module
Build a form to test the tableselect element.

File

modules/simpletest/tests/form_test.module, line 737

Code

function _form_test_tableselect_ajax_callback($form, &$form_state) {
    return $form['tableselect'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.