function rate_ui_widget_form_ajax in Rate 7.2
Ajax callback for the add / remove buttons on the Rate widget form.
1 string reference to 'rate_ui_widget_form_ajax'
- rate_ui_widget_form_step_buttons in ui/
rate_ui.form.inc - Generate form fields for the second step in the rate widget form.
File
- ui/
rate_ui.form.inc, line 982 - This file contains the differtent Rate UI forms.
Code
function rate_ui_widget_form_ajax($form, $form_state) {
return $form['buttons'];
}