CumulusUtils Runtime Library: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
Line 91: Line 91:
  ''LoadUtilsReport(string, bool);'' => Loads the intended report in the DIV with ID ''CUReportView''
  ''LoadUtilsReport(string, bool);'' => Loads the intended report in the DIV with ID ''CUReportView''


Argument 1: The name of the report to load into DIV with ID: ''CUReportView''
Argument 1: The name of the report to load into DIV with ID: ''CUReportView''<br>
Argument 2: Boolean (true/false) indicating the report will be refreshed after <interval> amount of minutes. Normally used for charts.


In principle any text can be loaded in the DIV with ID ''CUReportView'' but for proper formatting it requires HTML. It can contain any javascript if that is contained in <SCRIPT></SCRIPT tags.
Argument 2: Boolean (true/false) indicating the report will be refreshed after ''<interval>'' amount of minutes. Normally true for charts.
 
In principle any text can be loaded in the DIV with ID ''CUReportView'' but for proper formatting it requires HTML. <br>
It can contain any javascript if that is contained in <SCRIPT></SCRIPT> tags.


=== CreateSun / CreateMoon ===
=== CreateSun / CreateMoon ===

Navigation menu