This topic contains notes to keep in mind as you are working with the reference modules.
Consider the following characteristics:
The page components produced by each module are wrapped in
<table>tags.Some of the child modules have dependencies on their parents (for example, the
nav_recordsmodule relies on thenavmodule to retrieve a Navigation object). The module maps provide visual representation of module dependencies.There are no dependencies across unrelated features (for example, there are no dependencies between the
nav_controlsandnav_recordsmodules).JavaScript routines are provided on a per module basis for those modules with form elements (
misc_ene_switch,misc_searchbox, andnav_range_controls).

