File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7676
7777 // initialize the rest
7878
79- $ ( "#txtUpperAlpha" ) . restrictedTextField ( { type : "upperAlpha" } ) ;
80- $ ( "#txtLowerAlpha" ) . restrictedTextField ( { type : "lowerAlpha" } ) ;
79+ $ ( "#txtUpperAlpha" ) . restrictedTextField ( { type : "upperAlpha" } ) ;
80+ $ ( "#txtLowerAlpha" ) . restrictedTextField ( { type : "lowerAlpha" } ) ;
8181 $ ( "#txtAlphaSpace" ) . restrictedTextField ( { type : "alphaSpace" } ) ;
8282 $ ( "#txtUpperAlphaSpace" ) . restrictedTextField ( { type : "upperAlphaSpace" } ) ;
8383 $ ( "#txtLowerAlphaSpace" ) . restrictedTextField ( { type : "lowerAlphaSpace" } ) ;
8484 $ ( "#txtAlphanum" ) . restrictedTextField ( { type : "alphanumeric" } ) ;
85- $ ( "#txtUpperAlphanum" ) . restrictedTextField ( { type : "upperAlphanumeric" } ) ;
86- $ ( "#txtLowerAlphanum" ) . restrictedTextField ( { type : "lowerAlphanumeric" } ) ;
87- $ ( "#txtAlphanumSpace" ) . restrictedTextField ( { type : "alphanumericSpace" } ) ;
88- $ ( "#txtUpperAlphanumSpace" ) . restrictedTextField ( { type : "upperAlphanumericSpace" } ) ;
89- $ ( "#txtLowerAlphanumSpace" ) . restrictedTextField ( { type : "lowerAlphanumericSpace" } ) ;
85+ $ ( "#txtUpperAlphanum" ) . restrictedTextField ( { type : "upperAlphanumeric" } ) ;
86+ $ ( "#txtLowerAlphanum" ) . restrictedTextField ( { type : "lowerAlphanumeric" } ) ;
87+ $ ( "#txtAlphanumSpace" ) . restrictedTextField ( { type : "alphanumericSpace" } ) ;
88+ $ ( "#txtUpperAlphanumSpace" ) . restrictedTextField ( { type : "upperAlphanumericSpace" } ) ;
89+ $ ( "#txtLowerAlphanumSpace" ) . restrictedTextField ( { type : "lowerAlphanumericSpace" } ) ;
9090 $ ( "#txtInt" ) . restrictedTextField ( { type : "int" } ) ;
9191 $ ( "#txtPosInt" ) . restrictedTextField ( { type : "positiveInt" } ) ;
9292 $ ( "#txtNegInt" ) . restrictedTextField ( { type : "negativeInt" } ) ;
You can’t perform that action at this time.
0 commit comments