Javascript checkName - jcobban/Genealogy GitHub Wiki
function checkName()
Source: /jscripts/CommonForm.js
The function checkName
may be assigned as the value of the checkfunc
attribute of an input element. It is called when the value of the element is changed to validate that the value contains only characters that are valid in a name.
// in initialization
inputelement.checkfunc = checkName;
Next: function checkProvince()