JavaScript methods for report view.
- Source:
Methods
(inner) sendData(URI, page)
Sends the given data to the given page through ajax
Parameters:
Name | Type | Description |
---|---|---|
URI |
the data to be sent | |
page |
the page to which the data should be sent, currently either csv or image |
- Source:
(inner) sendImageAndCSV()
Creates the csv using table2csv.js, sends the csv and the image of the report page to the server via AJAX
- Source: