You are here

function forena_template_info_js in Forena Reports 6.2

Ajax callback for settings pages. Enter description here ...

Parameters

string $part matches the form path callback:

1 string reference to 'forena_template_info_js'
forena_menu in ./forena.module
Implementation of hook_menu.

File

./forena.admin.inc, line 1793

Code

function forena_template_info_js($part = '') {
  $form = forena_ahah_helper_start();
  $form = $form['template'];
  forena_ahah_helper_end($form);
}