프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddClassRules | void | ||
AddClassRules | void | ||
AddMethod | void | ||
AddMethod | void | ||
Format | string | ||
GetInvalidFieldCount | int | ||
SetDefaults | void | ||
ValidateElement | bool | ||
ValidateElement | bool | ||
ValidateForm | bool | ||
jQueryValidator | System |
메소드 | 설명 | |
---|---|---|
Optional ( |
Checks if the current element is optional.
|
|
ResetForm ( ) : void |
Resets the controlled form
|
|
ShowErrors ( System.Collections.JsDictionary errors ) : void |
Shows the specified errors messages.
|
메소드 | 설명 | |
---|---|---|
AddClassRules ( System.Collections.JsDictionary rules ) : void | ||
AddClassRules ( string name, System.Collections.JsDictionary rules ) : void | ||
AddMethod ( string name, jQueryValidationMethod callback ) : void | ||
AddMethod ( string name, jQueryValidationMethod callback, string message ) : void | ||
Format ( string template ) : string | ||
GetInvalidFieldCount ( ) : int | ||
SetDefaults ( |
||
ValidateElement ( |
||
ValidateElement ( jQueryObject element ) : bool | ||
ValidateForm ( ) : bool | ||
jQueryValidator ( ) : System |
public static Optional ( |
||
element | The element to validate | |
리턴 | bool |
public ShowErrors ( System.Collections.JsDictionary errors ) : void | ||
errors | System.Collections.JsDictionary | Key/value pairs of error messages, where the keys relate to names of elements in the form, and /// the values are the error messages to display for those elements. |
리턴 | void |