function crossdomain_form_callback in Crossdomain 7
Callback for both ajax-enabled buttons.
Selects and returns the fieldset with the domains in it.
1 string reference to 'crossdomain_form_callback'
- crossdomain_form in ./
crossdomain.admin.inc - Manages the domains for the crossdomain.xml file.
File
- ./
crossdomain.admin.inc, line 85
Code
function crossdomain_form_callback($form, $form_state) {
return $form['domains_fieldset'];
}