" + this.errors().map(function (e) { return "
" + e.error + "
" }).join("") + ""; }; this.performValidation = function () { if (this.errors().length <= 0) { this._onSucess(); } else { this._onFailure(); } } this.displayErrorModal = function () { //event.preventDefault(); OC_MODAL_UTILITY.errorMessageModal(this.errorHtml()); }; this._onSucess = validationFieldObject.onValidationSuccess || null; this._onFailure = validationFieldObject.onValidationFailure || this.displayErrorModal; // this.performValidation = new Promise() endRegion }; var ValidationManager = function(obj){ this.validationEngines = []; this.validationEnginesMap = {}; this._engineKeys = []; this._buildEngines = function(){ for(var i = 0 ; i < obj.validators.length; i++){ var engine = new ValidationEngine(obj.validators[i]); this.validationEngines.push(engine); this.validationEnginesMap[engine.name] = obj.validators[i]; } } this.addEngine = function(engine){ }; this.removeEngine = function(){ } this._testDupes = function(engine){ if(this._engineKeys.indexOf(engine.name) > -1){ throw "Cannot add validation engine with the same name as previously defined" return false; } else { return true; } } this._buildEngines(); };
Skip to Content.
Skip to Footer.
Toggle navigation
Dashboard
Cart
Help
Hi
Manage Profile
Change Password
Sign out
Manage Profile
Account Information
First Name
Last Name
Contact Details
Personal Email
Work Email
Other Email
Preferred Email
--None--
Personal
Work
Other
Mobile
Home Phone
Work Phone
Preferred Phone
--None--
Mobile
Home
Work
Mailing Address
Mailing Street
Mailing City
Mailing State/Province
AK
AS
AZ
AR
CA
CO
CT
DE
DC
FM
FL
GA
GU
HI
ID
IL
IN
IA
KS
KY
LA
ME
MH
MD
MA
MI
MN
MS
MO
MT
NE
NV
NH
NJ
NM
NY
NC
ND
MP
OH
OK
OR
PW
PA
PR
RI
SC
SD
TN
TX
UT
VT
VI
VA
WA
WV
WI
WY
Mailing Zip / Postal Code
Mailing Country
Other Address
Other Street
Other City
Other State/Province
AK
AS
AZ
AR
CA
CO
CT
DE
DC
FM
FL
GA
GU
HI
ID
IL
IN
IA
KS
KY
LA
ME
MH
MD
MA
MI
MN
MS
MO
MT
NE
NV
NH
NJ
NM
NY
NC
ND
MP
OH
OK
OR
PW
PA
PR
RI
SC
SD
TN
TX
UT
VT
VI
VA
WA
WV
WI
WY
Other Zip / Postal Code
Other Country