function _highcharttable_decoration_js in HighchartTable 7
Ajax callback in response to new rows.
At this point the $form has already been rebuilt. All we have to do here is tell AJAX what part of the browser form needs to be updated.
1 string reference to '_highcharttable_decoration_js'
- highcharttable_admin_configure_form in ./
highcharttable.admin.inc - Menu callback for admin configuration settings.
File
- ./
highcharttable.admin.inc, line 315 - highcharttable.admin.inc
Code
function _highcharttable_decoration_js($form, &$form_state) {
// Return the updated table, so that ajax.inc can issue commands to the
// browser to update only the targeted sections of the page.
return $form['decorations'];
}