1,738
edits
mNo edit summary |
mNo edit summary |
||
{|align=right
|__TOC__
|}
== Introduction ==
''CumulusUtils'' provides the module ''UserReports'' which is a bit similar to the processing feature of ''CumulusMX'' itself. This gives the possibility to create whatever report the user wishes from within the ecosystem of ''CumulusUtils''. When a text file containing [[webtags]] is offered to ''CumulusUtils'' it is processed and the resulting text file is stored on the website.
If you wish to create a page to be displayed in the ReportView (the right part of the website display where the charts are) you need to take into account the following:
<nowiki><!DOCTYPE HTML>
</nowiki>
And your UserReport will be inserted in the <nowiki><div id='CUReportView' class='scrollable CUReport'></div></nowiki> DIV. This means you have all libraries which are included at your disposal (especially Bootstrap, jQuery, Leaflet and HighCharts) if you wish to used them. Experiment freely.
<nowiki>#report{
font-family: arial;
|