Xataface HTML Reports Module 0.2
HTML Reports Module for Xataface
Public Member Functions
actions_htmlreports_preview_report Class Reference

HTTP handler to preview a report given a template. More...

Public Member Functions

 handle ($params)

Detailed Description

HTTP handler to preview a report given a template.

REST API

POST Parameters

Parameter NameParameter DescriptionExample Input
--template The HTML template content to be used to generate the report.
 <h1>My Report Title</h1>
        My field {$my_field}
--css The CSS to use to style the content.
 body { font-family: sans-serif;} 
-table The name of the table on which to run the sample report. transactions

Return Type

This handler will return a text/html response

Definition at line 56 of file htmlreports_preview_report.php.


Member Function Documentation

handle ( params)

Definition at line 58 of file htmlreports_preview_report.php.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations