![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$report_id = checkNumeric($_GET["report_id"]) | |
$report = new CustomReport() | |
$report | filter = new InclusionFilter("report_id", "title", "description", "column_order") |
$form = new AutoForm($report) | |
$form | onSubmitHandler = "ReportManager.onSaveReport" |
$form = new AutoForm($report) |
Definition at line 44 of file save_report.inc.
$report = new CustomReport() |
Definition at line 38 of file save_report.inc.
$report_id = checkNumeric($_GET["report_id"]) |
Definition at line 36 of file save_report.inc.
$report filter = new InclusionFilter("report_id", "title", "description", "column_order") |
Definition at line 42 of file save_report.inc.
$form onSubmitHandler = "ReportManager.onSaveReport" |
Definition at line 48 of file save_report.inc.