Xataface HTML Reports Module 0.2
HTML Reports Module for Xataface
|
actions_htmlreports_preview_report | HTTP handler to preview a report given a template |
actions_htmlreports_schemabrowser_getschema | HTTP handler to get the schema for a particular table. This schema is used by the field browser to build a tree of fields and relationships for the specified table |
actions_htmlreports_schemabrowser_preview_row | HTTP handler to preview the data for a particular row of a table |
actions_htmlreports_validate_template | HTTP handler to validate a report template to ensure that it has valid syntax. This action is accessed via the Template editor toolbar button to validate the current template. If the template is validated successfully it will return an JSON object with a response code of 200. If it fails it will return a different "code" in the JSON object |
actions_htmlreports_view_report | HTTP handler to view a specified report |
modules_htmlreports | The main HTML Report module class. This includes all of the core module tasks |
simple_html_dom | |
simple_html_dom_node | |
tables_dataface__htmlreports_reports | |
XfHtmlReportBuilder | The report builder class that handles the merging of a template with a dataset to produce a report |