TopLevel CountriesEdit.js - jcobban/Genealogy GitHub Wiki

Up: Top Level Implementation

Source Code

This script implements the dynamic functionality of the page CountriesEdit.php.

There are three buttons for each Country:

  1. Names displays a list of translations of the name of the Country into other supported languages. This is implemented by CountryNamesEdit.php.
  2. States displays a list of the top level administrative units below the country level. For example US states or Canadian provinces. This is implemented by DomainsEdit.php.
  3. The third button displays the main entry page for genealogical information about the Country. This is implemented by genCountry.php.

Next: CountriesEdit.php