Modules: Difference between revisions

986 bytes added ,  09:57, 14 April 2021
no edit summary
mNo edit summary
No edit summary
Line 23: Line 23:
#[[UserAskedData]] => a specific command used for generating JSON datafiles when required by other modules (Compiler and/or AirQuality)
#[[UserAskedData]] => a specific command used for generating JSON datafiles when required by other modules (Compiler and/or AirQuality)
#[[ChartsCompiler|CompileOnly]] => a command which activates the compiler only. This is a very specific command with more than one effect. Please check out its own page.
#[[ChartsCompiler|CompileOnly]] => a command which activates the compiler only. This is a very specific command with more than one effect. Please check out its own page.
== Javascript libraries ==
Each module has its own parameters but for modules which use javascript or Highcharts or Leaflet libraries there are additional considerations (which btw are also valid for individual module generation). It is assumed that modules are used within a website so there is no document load function to start the javascript or other initialisation.
As [https://jquery.com/ jQuery] is a requirement for almost all modules (with menu's), CumulusUtils has provided a parameter ''GeneratejQueryInclude'' in the section [General] which the user can set to true or false. If his site has already a general inclusion of this library or another version, set it to false. If the site has no other use for jQuery, set it to true. If you have no idea what I am talking about, set it to true or start reading about jQuery.
Libraries for Highcharts or Leaflet are always included in that specific module but this may change in future this wiki will be adjusted accordingly.




[[Category:CumulusUtils]]
[[Category:CumulusUtils]]