{ showClearButton : true, placeholder : "User Name or E-Mail Address", placeHolderKey : "lSignInWindowUserNamePlaceHolder", maxLength : 200, } { validationGroup: "signIn", validationRules: [ { type: 'required', message: "Please enter a valid user name or E-Mail address", messageKey: "lSignInWindowUserNameRequired", trim: true } ] }
{ showClearButton : true, placeholder : "Password", placeHolderKey : "lSignInWindowUserPasswordPlaceHolder", maxLength : 200, mode : "password", valueChangeEvent: "change blur keyup focusout" } { validationRules: [ { type: 'required', message: "Please enter your password", messageKey: "lSignInWindowUserPasswordRequired", trim: true } ] }
Warning! Capslock is active.
{ text : "Sign In", textKey : "lSignInWindowSignInButton", type : "normal" }
{ text : "Remember me", textKey : "lSignInWindowSignInRememberMe", value : false }
Forgot password
Map Reporting Definitions Programming