function forena_template_callback in Forena Reports 7.5
Same name and namespace in other branches
- 8 forena.report.inc \forena_template_callback()
- 7.4 forena.report.inc \forena_template_callback()
Ajax callback to refresh the template data
_state
Parameters
unknown $form:
Return value
unknown
2 string references to 'forena_template_callback'
- forena_report_data_block_form in ./
forena.report.inc - A form to preview and add data blocks to an existing report
- RendererBase::configAjax in src/
Renderer/ RendererBase.php - Generate ajax configuration attributes for use in template configurtion forms.
File
- ./
forena.report.inc, line 730
Code
function forena_template_callback($form, &$form_state) {
return $form['template'];
}