You are here

function forena_template_callback in Forena Reports 7.4

Same name and namespace in other branches
  1. 8 forena.report.inc \forena_template_callback()
  2. 7.5 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
FrxRenderer::configAjax in renderers/FrxRenderer.inc
Generate ajax configuration attributes for use in template configurtion forms.

File

./forena.report.inc, line 729

Code

function forena_template_callback($form, &$form_state) {
  return $form['template'];
}