Signal reference

Signals are implemented as jQuery custom event types triggered (and handled) on the document object. For example, firing the drawingComplete signal is accomplished with the following:

$(document).trigger('drawingComplete');

coreInitialized

This signal fires from nhmc.mapCenterInit when the Map Center core is fully initialized and the first (default) map view has finished being drawn.

drawingComplete

This signal fires any time a map view has finished being drawn.

mapDataRetrieved

This signal fires whenever the non-primary election results module has finished retrieving data from the server. No handlers for it currently exist, and no other modules currently fire it.

Todo

Evaluate this signal’s usefulness and decide whether to keep it (and implement it elsewhere) or remove it.

Project Versions

Table Of Contents

Previous topic

nhmc.tooltips

Next topic

Module reference

This Page