function responsive_background_add_another_callback in Responsive Background Images 7
Callback for both ajax-enabled buttons.
Selects and returns the fieldset with the names in it.
1 string reference to 'responsive_background_add_another_callback'
- responsive_background_admin in ./
responsive_background.admin.inc - Admin Form: UI
File
- ./
responsive_background.admin.inc, line 214 - Responsive Background Admin
Code
function responsive_background_add_another_callback($form, $form_state) {
return $form['responsive_background']['images'];
}