CumulusUtils Runtime Library: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
(Created page with "== Introduction == ''CumulusUtils.js'' is the javascript runtime library providing the modular user with functionality otherwise available only in the website. It provides e.g. timing, realtime values, clocks and report loading. It is intended for users who are using CumulusUtils in a modular fashion. The available globals and functions are described below. The library can be found in the utils directory (on the CumulusMX machine) and is transferred after generation to...")
 
Line 26: Line 26:


== Functions ==
== Functions ==
All functions are initialised including the timers and output will be displayed in the users website if a specific DIV with an id is used e.g.
<div id='#d3SunDisc'></div>
will display the Sun disc and update it over the day.
=== Init function ===

Navigation menu