function responsive_background_add_another in Responsive Background Images 7
Submit handler for the "add-one-more" button.
Increments the max counter and causes a rebuild.
1 string reference to 'responsive_background_add_another'
- responsive_background_admin in ./
responsive_background.admin.inc - Admin Form: UI
File
- ./
responsive_background.admin.inc, line 223 - Responsive Background Admin
Code
function responsive_background_add_another($form, &$form_state) {
$form_state['image_num']++;
$form_state['rebuild'] = TRUE;
}