You are here

function forena_parameters_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_parameters_js'
forena_menu in ./forena.module
Implementation of hook_menu.

File

./forena.common.inc, line 294
Common functions used throughout the project but loaded in this file to keep the module file lean.

Code

function forena_parameters_js() {
  $form = forena_ahah_helper_start();
  $form = $form['params'];
  forena_ahah_helper_end($form);
}