Xataface HTML Reports Module 0.2
HTML Reports Module for Xataface
Data Structures
Here are the data structures with brief descriptions:
actions_htmlreports_preview_reportHTTP handler to preview a report given a template
actions_htmlreports_schemabrowser_getschemaHTTP 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_rowHTTP handler to preview the data for a particular row of a table
actions_htmlreports_validate_templateHTTP 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_reportHTTP handler to view a specified report
modules_htmlreportsThe main HTML Report module class. This includes all of the core module tasks
simple_html_dom
simple_html_dom_node
tables_dataface__htmlreports_reports
XfHtmlReportBuilderThe report builder class that handles the merging of a template with a dataset to produce a report
 All Data Structures Files Functions Variables Enumerations