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

HTTP handler to view a specified report. More...

Public Member Functions

 handle ($params)

Detailed Description

HTTP handler to view a specified report.

Permissions

Access to this action is dictated by the report permission. The report permission can be set in the edit form for the report.

See also:
Setting Report Permissions

REST API

POST Parameters

Parameter NameParameter DescriptionExample InputRequired
-table The name of the table on which the template is designed to run. transactions Yes
-action=htmlreports_view_port Specifies this action N/A Yes
--report-id The ID of the report that should be used to render the set. 10 Yes
--view The view mode to view this report in. (one of 'list', 'details', or 'table'). If this is omitted, the Default View setting of the report will be used.
See also:
View Modes
list No
Note:
Any request parameter conforming to Xataface's URL conventions may be used to help specify the result set that should be returned.

Return Type

This handler will return a text/html page with the result set defined by the HTTP request rendered using the specified report template.

Definition at line 76 of file htmlreports_view_report.php.


Member Function Documentation

handle ( params)

Definition at line 78 of file htmlreports_view_report.php.


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