function forena_parameters_callback in Forena Reports 7.2
Same name and namespace in other branches
- 7.5 forena.module \forena_parameters_callback()
- 7.3 forena.module \forena_parameters_callback()
- 7.4 forena.module \forena_parameters_callback()
Ajax form callback function Enter description here ...
_state
Parameters
unknown_type $form:
1 string reference to 'forena_parameters_callback'
- forena_parameter_form in ./
forena.common.inc - Form to edit parameters Extra features: In the parameters section of the report are new attributes frx:parm: @data_source = data block for the parameter to values from @data_field = specific field of the data block to recieve values from. if no field…
File
- ./
forena.common.inc, line 299 - Common functions used throughout the project but loaded in this file to keep the module file lean.
Code
function forena_parameters_callback($form, &$form_state) {
return $form['params'];
}