forena_add_report |
./forena.module |
Add a new report from scratch
in forena.admin.inc |
|
1 |
forena_admin_params |
./forena.module |
Calls forena_admin_params_form
in forena.admin.inc
edit and save param values. |
|
1 |
forena_admin_params_form |
./forena.admin.inc |
|
|
1 |
forena_admin_params_form_submit |
./forena.admin.inc |
|
|
|
forena_block |
./forena.module |
Implementation of hook_block |
|
|
forena_block_access |
./forena.common.inc |
Check access control using the block in a data block. In this case
public assess returns true. |
1 |
|
forena_block_xml |
./forena.module |
Send report block XML |
|
1 |
forena_categories_autocomplete |
./forena.module |
Auto complete for categories |
|
1 |
forena_clean_xhtml |
./forena.admin.inc |
Clean xhtml |
1 |
|
forena_confirm_email |
./forena.common.inc |
Email confirmation form. Confirms an email send based on mail merge |
|
1 |
forena_confirm_email_submit |
./forena.common.inc |
|
|
|
forena_controls |
./forena.common.inc |
Builds a global array of available controls
and returns the array. |
1 |
|
forena_current_user_name |
./forena.module |
Helper function for current user for the drupal instance |
|
|
forena_current_user_uid |
./forena.module |
Helper function for current user for the drupal instance |
|
1 |
forena_data_block |
./forena.module |
Add, preview, or delete data blocks from your report |
|
1 |
forena_data_block_add |
./forena.admin.inc |
submit handler for forena_data_block_form.
This adds the datablock to an existing report. |
|
1 |
forena_data_block_autocomplete |
./forena.module |
Auto complete for data blocks |
|
1 |
forena_data_block_delete |
./forena.admin.inc |
Delete submit handler to delete report blocks |
|
1 |
forena_data_block_form |
./forena.admin.inc |
A form to preview and add data blocks to an existing report |
|
1 |
forena_data_block_form_submit |
./forena.admin.inc |
The Preview submit handler for forena_add_block_form
Renders datablock into a report |
|
1 |
forena_data_block_form_validate |
./forena.admin.inc |
Validates the forena_data_block_form's data_block field. |
|
|
forena_db_sync |
./forena.admin.inc |
Syncronize the data |
1 |
|
forena_debug |
./forena.common.inc |
|
4 |
|
forena_define_controls |
./forena.common.inc |
returns a list of instances of the control classes
if there wasn't a class, returns an empty string. |
6 |
|
forena_define_plugins |
./forena.common.inc |
Loads all of the include files that |
1 |
|
forena_delete_form |
./forena.admin.inc |
Form to confirm the delete of a form. |
|
1 |
forena_delete_form_submit |
./forena.admin.inc |
|
|
|
forena_delete_report |
./forena.admin.inc |
Remove the report from the database and file system. |
2 |
|
forena_doc_formats_settings |
./forena.admin.inc |
|
|
1 |
forena_edit_delete_submit |
./forena.admin.inc |
Handle delete buttons from edit forms. |
|
1 |
forena_error |
./forena.common.inc |
General wrapper procedure for reporting erros |
16 |
|
forena_fields_form |
./forena.admin.inc |
|
|
1 |
forena_fields_format_autocomplete |
./forena.module |
Auto complete for formats |
|
1 |
forena_fields_form_submit |
./forena.admin.inc |
|
|
|
forena_fields_report |
./forena.module |
Calls forena_fields_form
in forena.admin.inc |
|
1 |
forena_filter |
./forena.module |
Implememntation of hook_filter |
|
|
forena_forena_controls |
./forena.module |
Self register controls with forena. |
|
|
forena_forena_plugins |
./forena.module |
Self register plugins with forena. |
|
|
forena_format_data |
./forena.common.inc |
|
1 |
|
forena_generate_doc |
./forena.common.inc |
@return: The document in the requested format. Returns a string if not
able to format. |
2 |
|
forena_get_categories |
./forena.admin.inc |
Auto complete function for categories
Checks access for security as well. |
1 |
|
forena_get_data_block_params |
./forena.common.inc |
|
1 |
|
forena_get_doctypes |
./forena.common.inc |
Gets the correct format function
to render the document and returns an
object of that class. |
3 |
|
forena_get_formatter |
./forena.common.inc |
Load the formatters for all initialized repositories. |
1 |
|
forena_get_html |
./forena.common.inc |
Accepts the name of the html tag, and the string the tag is in. |
|
|
forena_get_report |
./forena.common.inc |
Accepts the name of a file |
5 |
|
forena_get_report_editor |
./forena.admin.inc |
Accepts the name of a file |
8 |
|
forena_get_templates |
./forena.common.inc |
Returns an object of the template class
that has a method named templates. |
1 |
|
forena_get_user_reports |
./forena.common.inc |
|
2 |
|
forena_inner_xml |
./forena.common.inc |
Enter description here... |
1 |
|