You are here

function forena_template_callback in Forena Reports 8

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

File

./forena.report.inc, line 734

Code

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