Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010

dxValidationGroup Validation Result

Reference
A group validation result.

. In the following example, a button validates a group of editors with async rules. The status is checked in the onClick event handler: jQuery index.js $(function() { const validationGroupName

dxValidator adapter

Reference
An object that specifies what and when to validate, and how to apply the validation result.

This property should be specified when you cannot associate the Validator UI component with an editor, for instance, when you use custom editors or a validated value is a sequence of several DevExtreme editor values. Refer to the Validate a Custom Value topic for more details. See Also Data Validation applyValidationResults A function that the Validator UI component calls after validating

dxValidator Validation Rules

Reference
This section lists validation rules that can be used within the dxValidator.

. View Demo See Also Data Validation CompareRule A validation rule that demands that a validated editor has a value that is equal to a specified expression. To specify... RequiredRule A validation rule that demands that a validated field has a value. Use this rule type to ensure the target editor value is specified. The rule will be broken in the following cases

dxValidator CustomRule

Reference
A rule with custom validation logic.

message="" /> </Validator> </TextBox> ); } } export default App; Display the editor's name in the message jQuery index.js $(function... the rule should be always checked for the target value or only when the target value changes. If you set this property to false, the rule is checked only when you change an editor's value. If you enter

dxValidator EmailRule

Reference
A validation rule that requires that the validated field match the Email pattern.

message="" /> </Validator> </TextBox> ); } } export default App; Display the editor's name in the message jQuery index.js